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>
This commit is contained in:
2026-06-10 17:00:41 +02:00
parent ea7691b772
commit 16bf611780
8 changed files with 8 additions and 7 deletions
+5 -3
View File
@@ -3,9 +3,11 @@
"short_name": "Bar Pivoine",
"description": "A field guide to the good pour.",
"icons": [
{ "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" }
{ "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",