Unbreak PWA

Why does this still need a PNG is beyond me

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-09-11 04:56:27 +05:30
parent 1cc9b313c7
commit 69b9da8a06
2 changed files with 2 additions and 17 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -8,24 +8,9 @@
"theme_color": "#a9a9b3",
"icons": [
{
"src": "favicon-16x16.webp",
"sizes": "16x16",
"type": "image/webp"
},
{
"src": "favicon-32x32.webp",
"sizes": "32x32",
"type": "image/webp"
},
{
"src": "android-chrome-192x192.webp",
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/webp"
},
{
"src": "android-chrome-384x384.webp",
"sizes": "384x384",
"type": "image/webp"
"type": "image/png"
}
]
}