This commit is contained in:
2026-06-06 09:49:43 +05:30
parent cb81d476a8
commit 6e5ce9eb86
10 changed files with 496 additions and 15 deletions

30
public/manifest.json Normal file
View File

@@ -0,0 +1,30 @@
{
"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"
}
]
}