Files
fixfin/public/manifest.webmanifest
2026-08-18 23:11:17 +02:00

26 lines
572 B
JSON

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