fina/backup/fina-1/app/static/manifest.json

64 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2025-12-26 00:52:56 +00:00
{
"name": "FINA",
"short_name": "FINA",
"description": "Personal Finance Tracker - Track your expenses, manage your finances",
"start_url": "/",
"display": "standalone",
"background_color": "#111a22",
"theme_color": "#2b8cee",
"orientation": "portrait-primary",
"icons": [
{
"src": "/static/icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "any"
},
{
"src": "/static/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/static/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/static/icons/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "any"
}
],
"categories": ["finance", "productivity", "utilities"],
"shortcuts": [
{
"name": "Add Expense",
"short_name": "Add",
"description": "Quickly add a new expense",
"url": "/dashboard?action=add",
"icons": [
{
"src": "/static/icons/icon-96x96.png",
"sizes": "96x96"
}
]
},
{
"name": "View Reports",
"short_name": "Reports",
"description": "View spending reports",
"url": "/reports",
"icons": [
{
"src": "/static/icons/icon-96x96.png",
"sizes": "96x96"
}
]
}
]
}