- New favicon: Rx symbol in emerald green square (prescription/receipt) - Dark theme: #0F172A base, #1E293B cards, #F8FAFC text - Emerald #10B981 primary accent throughout - Dashboard simplified to list view with event name + Open button - Event page: receipt list with edit, Add Receipt button, Submit Event form - Submit form shows total claim amount + email + format selection - PWA manifest + service worker updated for ReceiptNext branding - Variables-based theming for easy palette switching
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"
|
|
}
|
|
]
|
|
}
|