List other images in manifest

This commit is contained in:
spikecodes 2021-02-21 20:37:53 -08:00
parent 80fb3a5c18
commit d78f82649e
No known key found for this signature in database
GPG Key ID: 004CECFF9B463BCB
2 changed files with 9 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -7,9 +7,17 @@
"theme_color": "#1F1F1F",
"icons": [
{
"src": "./logo.png/",
"src": "logo.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "touch-icon-iphone.png",
"sizes": "152x152"
},
{
"src": "favicon.ico",
"sizes": "32x32"
}
]
}