This commit is contained in:
2026-08-18 23:11:17 +02:00
parent 6b48fcb363
commit 52b46f09a4
11 changed files with 958 additions and 137 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "FixFin",
"short_name": "FixFin",
"description": "Fixkostenplanung für Konten, regelmäßige Zahlungen und Rücklagen.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#090d14",
"theme_color": "#111827",
"orientation": "any",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}