fix: Added maskable icons for web

This commit is contained in:
Damiano Ferrari
2025-11-30 19:06:21 +01:00
parent b92736b663
commit e5aa7ae546
3 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

+2 -2
View File
@@ -20,13 +20,13 @@
"type": "image/png"
},
{
"src": "icons/Icon-192.png",
"src": "icons/Maskable-Icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/Icon-512.png",
"src": "icons/Maskable-Icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"