updated webmanifest icons

This commit is contained in:
Rudis Muiznieks 2023-04-29 11:30:26 -05:00
parent 9897e737fa
commit f24b19a624
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
8 changed files with 21 additions and 8 deletions

BIN
site/android-chrome-144.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
site/android-chrome-192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

BIN
site/android-chrome-48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
site/android-chrome-72.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
site/android-chrome-96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -3,16 +3,29 @@
"short_name": "Radiostasis",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
"src": "/android-chrome-48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
"src": "/android-chrome-72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "/android-chrome-96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "/android-chrome-144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/android-chrome-192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"theme_color": "#ffffff",