🔍 add maskable icon

This commit is contained in:
Chase Manning 2023-09-26 16:28:53 +01:00
commit dcc8c7f83a
2 changed files with 10 additions and 2 deletions

View file

@ -10,12 +10,20 @@
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
"sizes": "192x192",
"purpose": "any"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
"sizes": "512x512",
"purpose": "any"
},
{
"src": "path/to/maskable_icon.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "maskable"
}
],
"start_url": ".",

BIN
public/maskable_icon.png Normal file

Binary file not shown.

After

(image error) Size: 7 KiB