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
@ -23,7 +23,7 @@
|
|||||||
"orientation": "portrait-primary",
|
"orientation": "portrait-primary",
|
||||||
"theme_color": "#181818",
|
"theme_color": "#181818",
|
||||||
"background_color": "#333",
|
"background_color": "#333",
|
||||||
"prefer_related_applications": "false",
|
"prefer_related_applications": false,
|
||||||
"chrome_related_applications": [{
|
"chrome_related_applications": [{
|
||||||
"platform": "web"
|
"platform": "web"
|
||||||
}, {
|
}, {
|
||||||
|
Loading…
Reference in New Issue
Block a user