"Updated icon file type from PNG to JPEG in manifest.json"
This commit is contained in:
parent
8a197d5822
commit
dfac461eee
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
|
|
@ -10,25 +10,25 @@
|
||||||
"prefer_related_applications": false,
|
"prefer_related_applications": false,
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "icons/icon.png",
|
"src": "icons/icon.jpg",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png"
|
"type": "image/jpeg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "icons/icon.png",
|
"src": "icons/icon.jpg",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png"
|
"type": "image/jpeg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "icons/icon.png",
|
"src": "icons/icon.jpg",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png",
|
"type": "image/jpeg",
|
||||||
"purpose": "maskable"
|
"purpose": "maskable"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "icons/icon.png",
|
"src": "icons/icon.jpg",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png",
|
"type": "image/jpeg",
|
||||||
"purpose": "maskable"
|
"purpose": "maskable"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue