mirror of https://github.com/VERT-sh/VERT.git
Add maskable PWA icon
This commit is contained in:
parent
897ae56702
commit
6aaed7f4a3
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
|
|
@ -16,6 +16,18 @@
|
|||
"src": "lettermark.jpg",
|
||||
"sizes": "512x512",
|
||||
"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