mirror of
https://github.com/kbenestad/invoice.git
synced 2026-06-18 16:14:33 +00:00
Copies the design-system favicon set into app/ and wires up SVG, PNG (16/32/48), apple-touch-icon, web manifest, and theme-color meta tag. 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"
|
|
}
|
|
]
|
|
}
|