From b8287f6c2f10d3b783237aef298df12fa01080db Mon Sep 17 00:00:00 2001 From: Alexander Brown Date: Wed, 4 Feb 2026 12:25:28 -0800 Subject: [PATCH] Update manifest.json to remove color properties (#8612) Removed background and theme colors from manifest. ## Summary by CodeRabbit * **Chores** * Removed custom color theme settings from the app's configuration. The app's display mode and all other properties remain unchanged. --- manifest.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 8d22f6423..490bbfb6a 100644 --- a/manifest.json +++ b/manifest.json @@ -10,7 +10,5 @@ "type": "image/svg+xml" } ], - "display": "standalone", - "background_color": "#172dd7", - "theme_color": "#f0ff41" + "display": "standalone" }