png icon to fix small icon issue on android

This commit is contained in:
Трошин Антон Валерьевич
2026-07-12 22:10:26 +03:00
parent 6862907c8d
commit e8a8682e27
+11
View File
@@ -12,6 +12,17 @@
"src": "icon.svg",
"sizes": "any",
"type": "image/svg+xml"
},
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}