- 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
32 lines
789 B
JSON
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"
|
|
}
|
|
]
|
|
}
|