Fixes in manifest

This commit is contained in:
Serdar KÖKTAŞ 2020-01-12 23:27:45 +03:00
parent 291459a7ac
commit 6aece9c30b
1 changed files with 3 additions and 2 deletions

View File

@ -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"
}