Files
grateful-journal/public/manifest.json
2026-04-07 10:56:31 +05:30

25 lines
564 B
JSON

{
"name": "Grateful Journal",
"short_name": "Grateful Journal",
"description": "Your private, encrypted gratitude journal",
"start_url": "/",
"display": "standalone",
"background_color": "#eef6ee",
"theme_color": "#16a34a",
"orientation": "portrait",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}