mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix: PWA orientation
This commit is contained in:
parent
3b8278303a
commit
0222a3becd
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue