Added larger logos, updated manifest

This commit is contained in:
Angelos Chalaris
2018-04-09 10:47:40 +03:00
parent 9e6a1d1ebb
commit 63c2f05615
10 changed files with 35 additions and 13 deletions

BIN
docs/logos/logo_128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
docs/logos/logo_256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
docs/logos/logo_32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
docs/logos/logo_512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

BIN
docs/logos/logo_64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -6,9 +6,31 @@
"background_color": "#f8f8f8",
"theme_color": "#111",
"description": "Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.",
"icons": [{
"src": "favicon.png",
"sizes": "128x128",
"type": "image/png"
}]
"icons": [
{
"src": "./logos/logo_32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "./logos/logo_64.png",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "./logos/logo_128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "./logos/logo_256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "./logos/logo_512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}