forked from external-repos/squoosh
fixes #268 - change orientation to "any" from "portrait" in manifest.json
This commit is contained in:
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user