Add maskable icon

feature/capacitor
kolaente 2 years ago
parent 15a2da41ba
commit cd02929a8f
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

@ -27,10 +27,16 @@ module.exports = {
"type": "image/png"
},
{
"src": "./images/icons/android-chrome-192x192.png",
"src": "./images/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
},
{
"src": "./images/icons/icon-maskable.png",
"sizes": "1024x1024",
"type": "image/png",
"purpose": "maskable"
},
],
shortcuts: [
{

Loading…
Cancel
Save