"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

@ -1,35 +1,35 @@
{
"name": "Didvan",
"short_name": "Didvan",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "چشم همیشه باز مدیران",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/icon.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/icon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/icon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
"name": "Didvan",
"short_name": "Didvan",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "چشم همیشه باز مدیران",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/icon.jpg",
"sizes": "192x192",
"type": "image/jpeg"
},
{
"src": "icons/icon.jpg",
"sizes": "512x512",
"type": "image/jpeg"
},
{
"src": "icons/icon.jpg",
"sizes": "192x192",
"type": "image/jpeg",
"purpose": "maskable"
},
{
"src": "icons/icon.jpg",
"sizes": "512x512",
"type": "image/jpeg",
"purpose": "maskable"
}
]
}