Initial commit
CI / test (push) Canceled after 0s

This commit is contained in:
2026-09-12 22:22:17 +02:00
commit 904d14b64c
314 changed files with 31884 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "Gardomatic",
"short_name": "Gardomatic",
"description": "Gärten, Pflanzen, Orte und Aufgaben verwalten.",
"start_url": "/gardens",
"scope": "/",
"display": "standalone",
"background_color": "#f4f1e8",
"theme_color": "#315d3a",
"icons": [
{
"src": "/static/icons/gardomatic-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/static/icons/gardomatic-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}