mirror of
https://github.com/imputnet/cobalt.git
synced 2025-03-03 21:26:20 +00:00
web: add maskable icons back to manifest
This commit is contained in:
parent
50a98c8b6a
commit
617e427088
BIN
src/front/icons/maskable/128.png
Normal file
BIN
src/front/icons/maskable/128.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 815 B |
BIN
src/front/icons/maskable/192.png
Normal file
BIN
src/front/icons/maskable/192.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1,014 B |
BIN
src/front/icons/maskable/384.png
Normal file
BIN
src/front/icons/maskable/384.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.8 KiB |
BIN
src/front/icons/maskable/48.png
Normal file
BIN
src/front/icons/maskable/48.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 390 B |
BIN
src/front/icons/maskable/512.png
Normal file
BIN
src/front/icons/maskable/512.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 2.8 KiB |
BIN
src/front/icons/maskable/72.png
Normal file
BIN
src/front/icons/maskable/72.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 569 B |
BIN
src/front/icons/maskable/96.png
Normal file
BIN
src/front/icons/maskable/96.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 617 B |
|
@ -18,6 +18,48 @@
|
|||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/icons/maskable/48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/icons/maskable/72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/icons/maskable/96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/icons/maskable/128.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/icons/maskable/192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/icons/maskable/384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/icons/maskable/512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"share_target": {
|
||||
|
|
Loading…
Reference in a new issue