Initial commit - Stand 26.04.2026
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "Finanz Flow Mobile",
|
||||
"short_name": "FinanzFlow",
|
||||
"description": "Rechnungen scannen und verbuchen",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#667eea",
|
||||
"theme_color": "#667eea",
|
||||
"orientation": "portrait",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
],
|
||||
"categories": ["business", "finance"],
|
||||
"lang": "de"
|
||||
}
|
||||
Reference in New Issue
Block a user