UX: Change orientation from portrait to any in manifest.json
This commit is contained in:
parent
b1934d2533
commit
a215556617
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
"scope": "/",
|
||||
"start_url": "/photos",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait",
|
||||
"orientation": "any",
|
||||
"theme_color": "#333333",
|
||||
"background_color": "#333333",
|
||||
"permissions": [
|
||||
|
|
Loading…
Reference in a new issue