27 lines
585 B
JSON
27 lines
585 B
JSON
{
|
|
"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"
|
|
}
|