summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortosuke <tasukeprg@gmail.com>2018-06-18 16:44:42 +0900
committerGitHub <noreply@github.com>2018-06-18 16:44:42 +0900
commitc3312c918e6b52834eadae43c3f1e2c174d750de (patch)
tree7f2beb3e8c1a75f9a83395128e4a921a1fbf829a /src
parentFix bug (diff)
downloadmisskey-c3312c918e6b52834eadae43c3f1e2c174d750de.tar.gz
misskey-c3312c918e6b52834eadae43c3f1e2c174d750de.tar.bz2
misskey-c3312c918e6b52834eadae43c3f1e2c174d750de.zip
replace "size" to "sizes"
やらかした
Diffstat (limited to 'src')
-rw-r--r--src/client/assets/manifest.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/client/assets/manifest.json b/src/client/assets/manifest.json
index 540d220aad..dcd1e26790 100644
--- a/src/client/assets/manifest.json
+++ b/src/client/assets/manifest.json
@@ -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"
}
],