From b448bb563b56d3042fbc8699b45f3be599873f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Thu, 6 Apr 2017 13:01:56 +0200 Subject: [PATCH] webapp.manifest.json: fix chrome warning `"false"` vs `false`, yay. Thanks for the heads-up, Xarthus. --- webapp.manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp.manifest.json b/webapp.manifest.json index 8367491..8d58ccf 100644 --- a/webapp.manifest.json +++ b/webapp.manifest.json @@ -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" }, {