This commit is contained in:
syuilo 2018-06-18 15:05:38 +09:00
parent fe319a529f
commit 4c4cb2bb17
7 changed files with 6 additions and 6 deletions

BIN
assets/icons/128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
assets/icons/16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 B

BIN
assets/icons/192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
assets/icons/256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
assets/icons/32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 774 B

BIN
assets/icons/64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -6,32 +6,32 @@
"background_color": "#313a42",
"icons": [
{
"src": "/assets/favicon/16.png",
"src": "/assets/icon/16.png",
"size": "16x16",
"type": "image/png"
},
{
"src": "/assets/favicon/32.png",
"src": "/assets/icon/32.png",
"size": "32x32",
"type": "image/png"
},
{
"src": "/assets/favicon/64.png",
"src": "/assets/icon/64.png",
"size": "64x64",
"type": "image/png"
},
{
"src": "/assets/favicon/128.png",
"src": "/assets/icon/128.png",
"size": "128x128",
"type": "image/png"
},
{
"src": "/assets/favicon/192.png",
"src": "/assets/icon/192.png",
"size": "192x192",
"type": "image/png"
},
{
"src": "/assets/favicon/256.png",
"src": "/assets/icon/256.png",
"size": "256x256",
"type": "image/png"
}