manifest.json: force landscape orientation
This commit is contained in:
parent
3d496c1207
commit
e3461ffd0d
1 changed files with 2 additions and 1 deletions
|
@ -4,5 +4,6 @@
|
||||||
"start_url": "./index.html",
|
"start_url": "./index.html",
|
||||||
"display": "fullscreen",
|
"display": "fullscreen",
|
||||||
"theme_color": "#1f9b92",
|
"theme_color": "#1f9b92",
|
||||||
"background_color": "#000000"
|
"background_color": "#000000",
|
||||||
|
"orientation": "landscape"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue