[PWA] Allow any orientation.

This commit is contained in:
Fabio Manganiello 2024-07-20 12:06:30 +02:00
parent a5c69d2ded
commit 6e99e87aa6
Signed by: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -123,7 +123,7 @@ def manifest_json():
"gcm_user_visible_only": True,
"start_url": start_url,
"permissions": ["gcm"],
"orientation": "portrait",
"orientation": "any",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff",