add maskable icon

https://web.dev/maskable-icon

also round corners in same sized non-maskable icon
This commit is contained in:
David Lechner
2021-02-01 13:02:06 -06:00
parent 0ee80ba0e8
commit 82438a811d
3 changed files with 8 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

+8 -1
View File
@@ -10,7 +10,14 @@
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
"sizes": "192x192",
"purpose": "any"
},
{
"src": "logo192m.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "maskable"
},
{
"src": "logo512.png",