release: publish saldo 0.1.0

This commit is contained in:
2026-04-21 21:17:36 +02:00
commit 6f5e704739
95 changed files with 9196 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "Saldo",
"short_name": "Saldo",
"description": "Mehrbenutzer-Finanzplanung für Haushaltsmonate und Überweisungsverteilungen.",
"start_url": "/",
"display": "standalone",
"background_color": "#f4efe6",
"theme_color": "#146a63",
"icons": [
{
"src": "/static/icons/landmark.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
}
]
}