"Updated icon file type from PNG to JPEG in manifest.json"

This commit is contained in:
Amir Hossein Mousavi 2024-10-02 10:07:46 +03:30
parent 8a197d5822
commit dfac461eee
2 changed files with 33 additions and 33 deletions

BIN
web/icons/icon.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -10,25 +10,25 @@
"prefer_related_applications": false,
"icons": [
{
"src": "icons/icon.png",
"src": "icons/icon.jpg",
"sizes": "192x192",
"type": "image/png"
"type": "image/jpeg"
},
{
"src": "icons/icon.png",
"src": "icons/icon.jpg",
"sizes": "512x512",
"type": "image/png"
"type": "image/jpeg"
},
{
"src": "icons/icon.png",
"src": "icons/icon.jpg",
"sizes": "192x192",
"type": "image/png",
"type": "image/jpeg",
"purpose": "maskable"
},
{
"src": "icons/icon.png",
"src": "icons/icon.jpg",
"sizes": "512x512",
"type": "image/png",
"type": "image/jpeg",
"purpose": "maskable"
}
]