- Passwordless email OTP authentication - Event-based expense tracking with HTMX UI - AI receipt extraction via DeepSeek Vision API - CSV/PDF report generation with email filing - PWA with service worker and manifest - Mobile-first responsive design - SQLite database with auto-migration
20 lines
400 B
JSON
20 lines
400 B
JSON
{
|
|
"name": "ExpenseFlow",
|
|
"short_name": "ExpenseFlow",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"theme_color": "#10b981",
|
|
"background_color": "#ffffff",
|
|
"icons": [
|
|
{
|
|
"src": "/static/icons/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/icons/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|