Move favicon assets from lib/assets/ to web/ and wire up HTML/manifest

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
rzuasti
2026-05-28 11:19:32 -04:00
co-authored by Claude Sonnet 4.6
parent e6ec771f3b
commit c34ff42177
8 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -10,12 +10,12 @@
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.png",
"src": "icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"src": "icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},