replace "size" to "sizes"

やらかした
This commit is contained in:
tosuke 2018-06-18 16:44:42 +09:00 committed by GitHub
parent 5a13964ced
commit c3312c918e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -7,32 +7,32 @@
"icons": [
{
"src": "/assets/icons/16.png",
"size": "16x16",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "/assets/icons/32.png",
"size": "32x32",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "/assets/icons/64.png",
"size": "64x64",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "/assets/icons/128.png",
"size": "128x128",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "/assets/icons/192.png",
"size": "192x192",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/icons/256.png",
"size": "256x256",
"sizes": "256x256",
"type": "image/png"
}
],