Files
putzliga/app/static/manifest.json
2026-04-13 08:32:28 +02:00

26 lines
581 B
JSON

{
"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"
}
]
}