Files
homepage/static/manifest.json
T
Alexander eb9d7a17b3 feat(favicon): single theme-aware SVG, drop legacy raster fallbacks
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.
2026-05-02 14:28:24 +02:00

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"
}
]
}