mirror of https://github.com/VERT-sh/VERT.git
Add maskable PWA icon (#227)
This commit is contained in:
parent
897ae56702
commit
9154213868
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
|
|
@ -16,6 +16,18 @@
|
||||||
"src": "lettermark.jpg",
|
"src": "lettermark.jpg",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/jpeg"
|
"type": "image/jpeg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "lettermark_maskable.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "lettermark_maskable.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue