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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user