25 lines
573 B
JSON
25 lines
573 B
JSON
{
|
|
"id": "io.putzliga.app",
|
|
"title": "Putzliga",
|
|
"author": "hnzio <mail@example.com>",
|
|
"description": "Spielerische Haushalts-App mit Aufgaben, Punkten, Monats-Highscore, Kalender und PWA-Push.",
|
|
"tagline": "Haushalt mit Liga-Gefühl",
|
|
"version": "1.0.0",
|
|
"manifestVersion": 2,
|
|
"healthCheckPath": "/healthz",
|
|
"httpPort": 8000,
|
|
"addons": {
|
|
"localstorage": {}
|
|
},
|
|
"contactEmail": "admin@example.com",
|
|
"icon": "file://icon.png",
|
|
"tags": [
|
|
"household",
|
|
"tasks",
|
|
"pwa",
|
|
"productivity",
|
|
"flask"
|
|
],
|
|
"memoryLimit": 268435456
|
|
}
|