fix: PWA orientation

This commit is contained in:
kKaskak 2023-11-17 18:50:48 +02:00
parent 3b8278303a
commit 0222a3becd

View file

@ -34,7 +34,7 @@
"start_url": "https://web.stremio.com", "start_url": "https://web.stremio.com",
"scope": "https://web.stremio.com", "scope": "https://web.stremio.com",
"display": "standalone", "display": "standalone",
"orientation": "natural", "orientation": "any",
"theme_color": "#2a2843", "theme_color": "#2a2843",
"background_color": "#161523" "background_color": "#161523"
} }