PWA: manifest.json, Service Worker, Meta-Tags und README-Hinweis hinzugefügt
This commit is contained in:
14
static/manifest.json
Normal file
14
static/manifest.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Elpatrons Datumsrechner",
|
||||
"short_name": "Datumsrechner",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#2563eb",
|
||||
"theme_color": "#2563eb",
|
||||
"description": "Open Source Web-App für Kalender- und Datumsberechnungen.",
|
||||
"icons": [
|
||||
{ "src": "/favicon.png", "sizes": "32x32", "type": "image/png" },
|
||||
{ "src": "/favicon.ico", "sizes": "48x48 64x64 128x128 256x256", "type": "image/x-icon" },
|
||||
{ "src": "/logo.svg", "sizes": "any", "type": "image/svg+xml" }
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user