Files
BrewJournal/public/manifest.json
2026-06-06 09:49:43 +05:30

31 lines
652 B
JSON

{
"name": "Brew Journal",
"short_name": "Brew",
"description": "Log and track your coffee brew recipes offline-first.",
"start_url": "/",
"display": "standalone",
"background_color": "#FAF6F1",
"theme_color": "#2C1810",
"orientation": "portrait",
"icons": [
{
"src": "favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
]
}