summaryrefslogtreecommitdiff
path: root/static/manifest.json
diff options
context:
space:
mode:
authorBobby <[email protected]>2026-02-11 17:44:40 +0530
committerBobby <[email protected]>2026-02-11 17:44:40 +0530
commit81ba5c7c9bbb175ed8680255e7828cc9703c7596 (patch)
treeba9076bf6a47cbaa5b9bad1583111777718b3523 /static/manifest.json
parent136e437b1ae1697c688c9a548cd4ae0c5a948419 (diff)
downloadcafe-main.tar.xz
cafe-main.zip
Add icon bar partial template with navigation links and iconsHEADmain
Diffstat (limited to 'static/manifest.json')
-rw-r--r--static/manifest.json8
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"