From 1fc5a8bcc632f65eda1bf59ff706f45d783eee9e Mon Sep 17 00:00:00 2001 From: Borgal Date: Sat, 16 Aug 2025 00:09:38 +0200 Subject: [PATCH] BG Color angepasst --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index cdcfce2..6009854 100755 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "name": "DoMiLi", "short_name": "DoMiLi", - "description": "Ihre App-Beschreibung hier.", + "description": "Dönerstag-Runde", "start_url": "index.php", "display": "standalone", - "background_color": "#ffffff", - "theme_color": "#212529", + "theme_color": "#343a40", + "background_color": "#343a40", "icons": [ { "src": "img/icon-192.png",