From 6e3182884acc5b4fa64e9dbd8c9ec67c4536fb2e Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 19 May 2023 19:23:50 +0200 Subject: [PATCH] Changed app icon background color --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 69d3fbed..3761dd49 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -9,7 +9,7 @@ } ], "start_url": "../", - "background_color": "#6c757d", - "theme_color": "#6c757d", + "background_color": "#333131", + "theme_color": "#333131", "display": "standalone" }