Merge pull request #95 from myfrom/master
Enable standalone display mode (PWA)
This commit is contained in:
commit
4b9af1a2ff
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
}],
|
}],
|
||||||
"background_color": "#efefef",
|
"background_color": "#efefef",
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"display": "minimal-ui",
|
"display": "standalone",
|
||||||
"theme_color": "#3367d6",
|
"theme_color": "#3367d6",
|
||||||
"share_target": {
|
"share_target": {
|
||||||
"action": "/?share_target",
|
"action": "/?share_target",
|
||||||
|
|
Loading…
Reference in a new issue