From 053056d685202535e96ad57acdd605cdb7d3f434 Mon Sep 17 00:00:00 2001 From: brian Date: Fri, 2 Nov 2018 06:04:56 +0700 Subject: [PATCH] Fix theme_color capital letter --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 8ab8694..91c59e1 100644 --- a/manifest.json +++ b/manifest.json @@ -15,6 +15,6 @@ ], "start_url": ".", "background_color": "#FFF", - "Theme_color": "#536878", + "theme_color": "#536878", "display": "standalone" }