From 9f9e93ee7c36524f0cbf6e1bf5c3ef4103fa478c Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Tue, 14 May 2019 11:50:45 -0400 Subject: [PATCH] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d0263e0..322e8fa 100644 --- a/manifest.json +++ b/manifest.json @@ -14,8 +14,8 @@ } ], "start_url": "/ICApp/index.html", - "background_color": "#455b10", + "background_color": "#92c83e", "display": "standalone", "scope": "/ICApp", - "theme_color": "#455b10" + "theme_color": "#92c83e" }