From 006baa53819af126f418633647ed8ee4ad4be9b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abd=C3=B3n=20Rodr=C3=ADguez=20Davila?= Date: Mon, 3 Oct 2016 00:30:43 +0200 Subject: [PATCH] Fix background_color at manifest.json (#103) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 46e8656..01178a2 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "start_url": "/?homescreen=1", "display": "standalone", "theme_color": "#2c5ea5", - "background_color": "#FFFFF", + "background_color": "#FFFFFF", "icons": [ { "src": "images/manifest/icon-192x192.png",