Merge pull request #512 from Stremio/fix-manifest-json-PWA-orientation

fix: PWA orientation
This commit is contained in:
Tim 2023-11-17 18:09:29 +01:00 committed by GitHub
commit 536ab806d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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