Browser-Tab-Icon wieder das echte Logo — "V" nur noch fürs Installieren
Klarstellung: Favicon (Browser-Tab, Lesezeichen) zeigt wieder das echte VanVan-Logo, wie überall sonst auf der Seite. Nur das Icon, das beim Installieren als App auf dem PC/Handy verwendet wird (icon-192/512 + maskable-Varianten, apple-touch-icon), bleibt das eigens gestaltete lila "V" von eben. Dafür die favicon-16x16/32x32-Einträge aus beiden Web-App-Manifesten entfernt (die enthielten noch das jetzt wieder logo-basierte Favicon) — die Manifeste referenzieren jetzt ausschließlich die V-Icons, damit beim Installieren garantiert nie versehentlich das Logo statt des V gezogen wird. Erneut auf 0 Installability-Errors geprüft. Co-Authored-By: Claude Sonnet 5 <[email protected]>
@@ -8,8 +8,6 @@
|
||||
"background_color": "#0a0910",
|
||||
"theme_color": "#0a0910",
|
||||
"icons": [
|
||||
{ "src": "/favicon-16x16.png", "sizes": "16x16", "type": "image/png", "purpose": "any" },
|
||||
{ "src": "/favicon-32x32.png", "sizes": "32x32", "type": "image/png", "purpose": "any" },
|
||||
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
|
||||
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
|
||||
{ "src": "/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
|
||||
|
||||
|
Before Width: | Height: | Size: 836 B After Width: | Height: | Size: 797 B |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 8.6 KiB |
@@ -8,8 +8,6 @@
|
||||
"background_color": "#0a0910",
|
||||
"theme_color": "#0a0910",
|
||||
"icons": [
|
||||
{ "src": "/favicon-16x16.png", "sizes": "16x16", "type": "image/png", "purpose": "any" },
|
||||
{ "src": "/favicon-32x32.png", "sizes": "32x32", "type": "image/png", "purpose": "any" },
|
||||
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
|
||||
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
|
||||
{ "src": "/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
|
||||
|
||||