mirror of
https://github.com/kbenestad/invoice.git
synced 2026-06-18 16:14:33 +00:00
favicon.ico: 16+32px embedded ICO for legacy browsers icon-192.png: scaled from 512px for Android PWA install prompts https://claude.ai/code/session_01MkM7p8Us3L8YAfLKGA13NS
41 lines
794 B
JSON
41 lines
794 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": "icon-192.png",
|
|
"sizes": "192x192",
|
|
"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"
|
|
}
|
|
]
|
|
}
|