"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 |
|
|
@ -1,35 +1,35 @@
|
||||||
{
|
{
|
||||||
"name": "Didvan",
|
"name": "Didvan",
|
||||||
"short_name": "Didvan",
|
"short_name": "Didvan",
|
||||||
"start_url": ".",
|
"start_url": ".",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#0175C2",
|
"background_color": "#0175C2",
|
||||||
"theme_color": "#0175C2",
|
"theme_color": "#0175C2",
|
||||||
"description": "چشم همیشه باز مدیران",
|
"description": "چشم همیشه باز مدیران",
|
||||||
"orientation": "portrait-primary",
|
"orientation": "portrait-primary",
|
||||||
"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