feat: Unified PWA release

This commit is contained in:
OpenClaw Agent 2026-02-02 11:51:11 +00:00
commit 7116eb3466
13 changed files with 3537 additions and 0 deletions

21
manifest.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "Dienstplan Pro",
"short_name": "Dienstplan",
"start_url": "./index.html",
"display": "standalone",
"background_color": "#1e293b",
"theme_color": "#0f172a",
"description": "Automatische Dienstplan-Vergütung (NRW)",
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}