Web app manifest: Avoid being displayed without the web browser UI when installed in PWA mode
This commit is contained in:
parent
2796a81d0a
commit
aed1e4e7df
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@
|
||||||
],
|
],
|
||||||
"theme_color": "#ffffff",
|
"theme_color": "#ffffff",
|
||||||
"background_color": "#ffffff",
|
"background_color": "#ffffff",
|
||||||
"display": "standalone"
|
"display": "browser"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue