From 0d304974eebe6a06ccae571e41f3113981611bb9 Mon Sep 17 00:00:00 2001 From: Dicken Date: Tue, 26 May 2026 10:23:35 +0200 Subject: [PATCH] Dateien nach "frontend/public" hochladen --- frontend/public/manifest.json | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index 0c8eb72..dfb2b3d 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -6,9 +6,23 @@ "display": "standalone", "orientation": "portrait", "background_color": "#0d0d0f", - "theme_color": "#0d0d0f", + "theme_color": "#4ecdc4", "icons": [ - { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, - { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } + { + "src": "/favicon.svg", + "type": "image/svg+xml", + "sizes": "any", + "purpose": "any maskable" + }, + { + "src": "/icon-192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "/icon-512.png", + "type": "image/png", + "sizes": "512x512" + } ] -} +} \ No newline at end of file