Force portrait orientation on webmanifest

This commit is contained in:
Chrystian Huot 2020-07-13 11:54:06 -04:00
parent f66c12f51e
commit 7bc9d881de

View file

@ -4,6 +4,7 @@
"theme_color": "#1e1e1e",
"background_color": "#1e1e1e",
"display": "standalone",
"orientation": "portrait",
"scope": "./",
"start_url": "./",
"icons": [
@ -56,4 +57,4 @@
"purpose": "maskable any"
}
]
}
}