Files
bar/static/site.webmanifest
T
valknar 16bf611780 refactor: streamline favicon/icon set to match roux convention
SVG + favicon-32.png + apple-touch-icon.png (180) + icon-192/512.png.
Removes favicon.ico and redundant 16/48/96/180px named files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-10 17:00:41 +02:00

17 lines
660 B
JSON

{
"name": "Bar Pivoine",
"short_name": "Bar Pivoine",
"description": "A field guide to the good pour.",
"icons": [
{ "src": "/favicon-32.png", "type": "image/png", "sizes": "32x32" },
{ "src": "/apple-touch-icon.png", "type": "image/png", "sizes": "180x180" },
{ "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" },
{ "src": "/favicon.svg", "type": "image/svg+xml", "sizes": "any" }
],
"start_url": "/",
"display": "standalone",
"background_color": "#14100c",
"theme_color": "#14100c"
}