feat: add pwa support
This commit is contained in:
25
manifest.webmanifest
Normal file
25
manifest.webmanifest
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user