feat: add PWA icons (192x192 and 512x512) to web manifest

Include new splash icons in public/manifest.json to support Progressive Web App installation and display across various device resolutions.
This commit is contained in:
2026-06-11 15:18:25 +08:00
parent 2f4d414412
commit e557f084c4
3 changed files with 12 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

+12
View File
@@ -15,6 +15,18 @@
"sizes": "any",
"type": "image/x-icon",
"purpose": "any"
},
{
"src": "/images/splash/Icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/images/splash/Icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
]
}