diff options
Diffstat (limited to 'static/manifest.json')
| -rw-r--r-- | static/manifest.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/manifest.json b/static/manifest.json index 1bca313..0b6e41c 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -4,18 +4,18 @@ "description": "A cozy place for close friends!", "start_url": "/", "display": "standalone", - "background_color": "#0a0a0f", - "theme_color": "#1a1a2e", + "theme_color": "#ffffff", + "background_color": "#ffffff", "orientation": "portrait-primary", "icons": [ { - "src": "/static/icons/icon-192.png", + "src": "/static/icons/cafe/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { - "src": "/static/icons/icon-512.png", + "src": "/static/icons/cafe/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" |
