mirror of
https://github.com/kbenestad/invoice.git
synced 2026-06-18 08:04:32 +00:00
Favicons, icons, and site.webmanifest moved from app/ root to app/assets/. Updated all href references in index.html accordingly. https://claude.ai/code/session_01MkM7p8Us3L8YAfLKGA13NS
35 lines
667 B
JSON
35 lines
667 B
JSON
{
|
|
"name": "Invoice",
|
|
"short_name": "invoice",
|
|
"theme_color": "#2f6fed",
|
|
"background_color": "#2f6fed",
|
|
"display": "standalone",
|
|
"icons": [
|
|
{
|
|
"src": "icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "apple-touch-icon.png",
|
|
"sizes": "180x180",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "favicon-48.png",
|
|
"sizes": "48x48",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "favicon-32.png",
|
|
"sizes": "32x32",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "favicon-16.png",
|
|
"sizes": "16x16",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|