From 41d8918b39cde84d9c71bc8b2d5ca0f49daae132 Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Thu, 21 Jan 2021 17:12:37 +0100 Subject: [PATCH] changed the manifest-colors to volt-purple --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 17a3b2d..0c1d0be 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -20,6 +20,6 @@ ], "start_url": ".", "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" + "theme_color": "#582C83", + "background_color": "#582C83" }