Fixes in manifest
This commit is contained in:
parent
291459a7ac
commit
6aece9c30b
|
@ -27,8 +27,9 @@
|
|||
"background": {
|
||||
"persistent": false
|
||||
},
|
||||
"start_url": "https://exampleSite.com/",
|
||||
"start_url": "/",
|
||||
"theme_color": "#fff",
|
||||
"background_color": "#fff",
|
||||
"display": "standalone"
|
||||
"display": "standalone",
|
||||
"orientation" : "portrait"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue