Merge pull request #279 from KraigWalker/bug/manifest-orientation

Fix #268 - change orientation to "any" from "portrait" in manifest.json
This commit is contained in:
Surma
2018-11-14 08:25:09 -08:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
"short_name": "Squoosh", "short_name": "Squoosh",
"start_url": "/", "start_url": "/",
"display": "standalone", "display": "standalone",
"orientation": "portrait", "orientation": "any",
"background_color": "#fff", "background_color": "#fff",
"theme_color": "#f78f21", "theme_color": "#f78f21",
"icons": [ "icons": [