New maskable icon for Android

This commit is contained in:
Chester Doran 2021-01-02 11:17:52 +00:00
parent c07ddd52c6
commit 88732f36ec
3 changed files with 14 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View file

@ -4,8 +4,21 @@
"icons": [{ "icons": [{
"src": "images/android-chrome-192x192.png", "src": "images/android-chrome-192x192.png",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png"
},{
"src": "images/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},{
"src": "images/android-chrome-192x192-maskable.png",
"sizes": "192x192",
"type": "image/png", "type": "image/png",
"purpose": "any maskable" "purpose": "maskable"
},{
"src": "images/android-chrome-512x512-maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},{ },{
"src": "images/favicon-96x96.png", "src": "images/favicon-96x96.png",
"sizes": "96x96", "sizes": "96x96",