From 14fd3a8acabc306edfd509c363f9a243c992f704 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 21 Jun 2024 11:05:55 -0700 Subject: [PATCH] refac --- backend/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/main.py b/backend/main.py index 744c84b6d..737641e2d 100644 --- a/backend/main.py +++ b/backend/main.py @@ -1817,7 +1817,6 @@ async def get_manifest_json(): "start_url": "/", "display": "standalone", "background_color": "#343541", - "theme_color": "#343541", "orientation": "portrait-primary", "icons": [{"src": "/static/logo.png", "type": "image/png", "sizes": "500x500"}], }