Add required icon sizes for PWAs on Firefox for Android (#4641)

This commit is contained in:
Mijyuoon
2025-10-10 20:35:29 +03:00
committed by GitHub
parent bc40d93b49
commit 7944b7c7ff
3 changed files with 10 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

+10
View File
@@ -25,6 +25,16 @@
"src": "img/apple-icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "img/apple-icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "img/apple-icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}