eb9d7a17b3
favicon.svg now uses currentColor + prefers-color-scheme so a single asset adapts to light/dark. Removed unused .ico/.png and 512 raster; 192 PNG kept and regenerated for apple-touch-icon and PWA maskable.
25 lines
470 B
JSON
25 lines
470 B
JSON
{
|
|
"name": "Bocken",
|
|
"short_name": "Bocken",
|
|
"description": "bocken.org",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"theme_color": "#5E81AC",
|
|
"background_color": "#2E3440",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/favicon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|