Fix path
This commit is contained in:
parent
0f0009e0db
commit
d805a70508
1 changed files with 6 additions and 6 deletions
|
@ -6,32 +6,32 @@
|
||||||
"background_color": "#313a42",
|
"background_color": "#313a42",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/assets/icon/16.png",
|
"src": "/assets/icons/16.png",
|
||||||
"size": "16x16",
|
"size": "16x16",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/assets/icon/32.png",
|
"src": "/assets/icons/32.png",
|
||||||
"size": "32x32",
|
"size": "32x32",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/assets/icon/64.png",
|
"src": "/assets/icons/64.png",
|
||||||
"size": "64x64",
|
"size": "64x64",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/assets/icon/128.png",
|
"src": "/assets/icons/128.png",
|
||||||
"size": "128x128",
|
"size": "128x128",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/assets/icon/192.png",
|
"src": "/assets/icons/192.png",
|
||||||
"size": "192x192",
|
"size": "192x192",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/assets/icon/256.png",
|
"src": "/assets/icons/256.png",
|
||||||
"size": "256x256",
|
"size": "256x256",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue