From f31485531c515904634236a3397dbe628fa67665 Mon Sep 17 00:00:00 2001 From: Lance Ewing Date: Tue, 2 Apr 2024 15:59:15 +0100 Subject: [PATCH] Adding theme_color to PWA manifest. --- html/webapp/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/html/webapp/manifest.json b/html/webapp/manifest.json index 78c01bf..631c826 100644 --- a/html/webapp/manifest.json +++ b/html/webapp/manifest.json @@ -3,6 +3,7 @@ "short_name": "AGILE", "start_url": ".", "display": "standalone", + "theme_color": "#000000", "background_color": "#fff", "description": "An HTML5 implementation of Sierra On-Line's AGI interpreter", "icons": [