From 7d63b310425440063948e9d8371dedd06be76b0f Mon Sep 17 00:00:00 2001 From: Chiara Oxender <46496608+coxender@users.noreply.github.com> Date: Sun, 3 Mar 2024 18:34:33 -0500 Subject: [PATCH] fix: add corrcet colors to manifest fixes Window top bar is wrong color #24 --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 3dfd0e7..b18f808 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name": "Task Aggregator", "id": "task-aggregator", "display": "standalone", - "theme_color": "#160736", - "background_color": "#160736", + "theme_color": "#061a40", + "background_color": "#061a40", "icons": [ { "src": "icons/any.svg",