From da39682fccebc0d8cde5316fc60b7892f7bbc7bb Mon Sep 17 00:00:00 2001 From: Nick Colley <2445413+NickColley@users.noreply.github.com> Date: Sun, 22 Jan 2023 08:51:34 +0000 Subject: [PATCH] Update manifest --- src/build/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/build/manifest.json b/src/build/manifest.json index a50b6f56..0d9b81f7 100644 --- a/src/build/manifest.json +++ b/src/build/manifest.json @@ -1,6 +1,6 @@ { - "background_color": "#ffffff", - "theme_color": "#4169e1", + "background_color": "#6248CA", + "theme_color": "#6248CA", "name": "{intl.longAppName}", "short_name": "{intl.appName}", "description": "{intl.appDescription}",