- Replace events+expenses with flat purchases table - Add warranty_months, return_days, product_name fields - Remove currency conversion, CSV/PDF reporting, event filing - Simplify auth (no onboarding/department/profile) - Update AI extraction prompts for product/warranty info - Update all branding: templates, install.sh, Makefile, service file
20 lines
400 B
JSON
20 lines
400 B
JSON
{
|
|
"name": "ReceiptNext",
|
|
"short_name": "ReceiptNext",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"theme_color": "#10b981",
|
|
"background_color": "#0f172a",
|
|
"icons": [
|
|
{
|
|
"src": "/static/icons/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/icons/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|