Feat: Fügt App-Icons hinzu

This commit is contained in:
2026-01-05 14:05:17 +01:00
parent 63fb59bb73
commit 8c5e120fff
22 changed files with 51 additions and 4 deletions

View File

@@ -3,8 +3,8 @@
"short_name": "dragon_ledger",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"background_color": "#50a7fa",
"theme_color": "#50a7fa",
"description": "Eine Flutter-App um den Überblick über wiederkehrende Transaktionen und den damit verbunden Kontostand zu behalten.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
@@ -32,4 +32,4 @@
"purpose": "maskable"
}
]
}
}