feat: add pwa support

This commit is contained in:
Your Name
2025-10-13 22:48:34 -06:00
parent e333121999
commit d58c0723b1
6 changed files with 94 additions and 1 deletions

25
manifest.webmanifest Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "Weltze.it — Alle Zeitzonen im Blick",
"short_name": "Weltze.it",
"description": "Alle Zeitzonen auf einen Blick vergleichen und Termine koordinieren.",
"lang": "de",
"start_url": "./",
"scope": "./",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#0f172a",
"icons": [
{
"src": "icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}