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" }