64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|