From af3a9b24c2d42eddd2d5c1bdafc8dc2dea7e340f Mon Sep 17 00:00:00 2001 From: bendtherules Date: Mon, 17 Jul 2023 12:14:33 +0530 Subject: [PATCH] Change background_color in manifest --- public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index 3fad820..6adb240 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "theme_color": "#F7CB47", - "background_color": "#000000", + "background_color": "#F7CB47", "display": "standalone", "scope": "/", "start_url": "/",