first commit

This commit is contained in:
2026-04-13 08:32:28 +02:00
commit 1074a91487
72 changed files with 4078 additions and 0 deletions

25
app/static/manifest.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "Putzliga",
"short_name": "Putzliga",
"description": "Spielerische Haushalts-App mit Aufgaben, Punkten und Monats-Highscore.",
"id": "/",
"start_url": "/my-tasks",
"scope": "/",
"display": "standalone",
"background_color": "#eef3ff",
"theme_color": "#f5f7ff",
"lang": "de",
"icons": [
{
"src": "/static/images/pwa-icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/images/pwa-icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}