Add a 512x512 icon to the web app manifest

pull/871/merge
Jasper van Merle 6 years ago committed by Thibaut Courouble
parent 9cd2808718
commit 8e37605d9f

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 KiB

@ -29,6 +29,11 @@
"src": "/images/webapp-icon-256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/images/webapp-icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}

Loading…
Cancel
Save