Initial commit
This commit is contained in:
commit
983cee0320
322 changed files with 57174 additions and 0 deletions
49
backup/first -fina app/app/static/manifest.json
Normal file
49
backup/first -fina app/app/static/manifest.json
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"name": "FINA - Personal Finance Tracker",
|
||||
"short_name": "FINA",
|
||||
"description": "Track your expenses, manage categories, and visualize spending patterns",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#3b0764",
|
||||
"theme_color": "#5b5fc7",
|
||||
"orientation": "portrait-primary",
|
||||
"categories": ["finance", "productivity"],
|
||||
"icons": [
|
||||
{
|
||||
"src": "/static/images/fina-logo.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/static/images/fina-logo.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
],
|
||||
"shortcuts": [
|
||||
{
|
||||
"name": "Dashboard",
|
||||
"short_name": "Dashboard",
|
||||
"description": "View your expense dashboard",
|
||||
"url": "/dashboard",
|
||||
"icons": [{ "src": "/static/images/fina-logo.png", "sizes": "96x96" }]
|
||||
},
|
||||
{
|
||||
"name": "New Category",
|
||||
"short_name": "Category",
|
||||
"description": "Create a new expense category",
|
||||
"url": "/create-category",
|
||||
"icons": [{ "src": "/static/images/fina-logo.png", "sizes": "96x96" }]
|
||||
},
|
||||
{
|
||||
"name": "Subscriptions",
|
||||
"short_name": "Subscriptions",
|
||||
"description": "Manage recurring expenses",
|
||||
"url": "/subscriptions",
|
||||
"icons": [{ "src": "/static/images/fina-logo.png", "sizes": "96x96" }]
|
||||
}
|
||||
],
|
||||
"screenshots": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue