webapp.manifest.json: fix chrome warning

`"false"` vs `false`, yay. Thanks for the heads-up, Xarthus.
This commit is contained in:
Lorenz Hübschle-Schneider 2017-04-06 13:01:56 +02:00 committed by GitHub
parent 804e2ff39a
commit b448bb563b

View file

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