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