Files
kakebo/static/manifest.json
Andros Fenollosa 32a366bdbb Apply pink theme: buttons, icon, loading bar, theme-color
- Override DaisyUI primary color to kakebo pink
- Keep default white background
- Pink SVG icon and regenerated PNGs
- Update theme-color and manifest to pink
- Add main.css to login page
2026-03-18 08:28:50 +01:00

32 lines
789 B
JSON

{
"name": "Kakebo",
"short_name": "Kakebo",
"description": "Track your expenses with the Japanese budgeting method.",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#f78ca4",
"icons": [
{
"src": "/static/img/favicon.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "/static/img/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/img/icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/static/img/icon.svg",
"sizes": "any",
"type": "image/svg+xml"
}
]
}