feat(pwa): add web manifest, SVG icon, and offline service worker
Service worker caches app shell + images for offline recipe access in the kitchen. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
19
static/manifest.webmanifest
Normal file
19
static/manifest.webmanifest
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "Kochwas",
|
||||
"short_name": "Kochwas",
|
||||
"description": "Persönliches Rezeptbuch — lokal, einheitlich, küchentauglich",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#f8faf8",
|
||||
"theme_color": "#2b6a3d",
|
||||
"lang": "de",
|
||||
"orientation": "portrait",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icon.svg",
|
||||
"sizes": "any",
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "any"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user