fix: favicon for PWA

This commit is contained in:
Baptiste Grob
2020-11-23 17:06:38 +01:00
parent 8434f598ca
commit b7daaef2f5

View File

@@ -3,12 +3,12 @@
"short_name": "",
"icons": [
{
"src": "favicon/android-chrome-192x192.png",
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "favicon/android-chrome-512x512.png",
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}