0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 00:20:26 +03:00

perf: improve site icon loading

This commit is contained in:
2025-06-05 23:33:09 +00:00
parent e9612c756b
commit e56c4f3edf
2 changed files with 14 additions and 2 deletions

View File

@ -3,8 +3,19 @@
"short_name": "popov.link",
"icons": [
{
"src": "favicon.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "google-touch-icon.png",
"sizes": "512x512",
"src": "google-touch-icon.png"
"type": "image/png"
}
],
"background_color": "#ffffff",