Add a 512x512 icon to the web app manifest

pull/873/head
Jasper van Merle 6 years ago
parent bec78bf6ed
commit 85d656c5c7

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

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

Loading…
Cancel
Save