Force web app orientation to portrait
This commit is contained in:
parent
57c5de5ac7
commit
c6e5752bd5
1 changed files with 2 additions and 1 deletions
|
@ -25,5 +25,6 @@
|
||||||
}],
|
}],
|
||||||
"lang": "en",
|
"lang": "en",
|
||||||
"start_url": "./",
|
"start_url": "./",
|
||||||
"theme_color": "#4F4F4F"
|
"theme_color": "#4F4F4F",
|
||||||
|
"orientation": "portrait"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue