webapp.manifest.json: fix chrome warning
`"false"` vs `false`, yay. Thanks for the heads-up, Xarthus.
This commit is contained in:
parent
804e2ff39a
commit
b448bb563b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
"orientation": "portrait-primary",
|
||||
"theme_color": "#181818",
|
||||
"background_color": "#333",
|
||||
"prefer_related_applications": "false",
|
||||
"prefer_related_applications": false,
|
||||
"chrome_related_applications": [{
|
||||
"platform": "web"
|
||||
}, {
|
||||
|
|
Loading…
Reference in a new issue