Added larger logos, updated manifest
This commit is contained in:
BIN
docs/logos/logo_128.png
Normal file
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
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
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
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
BIN
docs/logos/logo_64.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user