summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-06-18 16:48:49 +0900
committerGitHub <noreply@github.com>2018-06-18 16:48:49 +0900
commit0fc034b1ac5307725c915759c1fbd6ceb9bbca92 (patch)
tree7f2beb3e8c1a75f9a83395128e4a921a1fbf829a /src/client
parentFix bug (diff)
parentreplace "size" to "sizes" (diff)
downloadmisskey-0fc034b1ac5307725c915759c1fbd6ceb9bbca92.tar.gz
misskey-0fc034b1ac5307725c915759c1fbd6ceb9bbca92.tar.bz2
misskey-0fc034b1ac5307725c915759c1fbd6ceb9bbca92.zip
Merge pull request #1743 from Tosuke/patch-1
Replace "size" to "sizes"
Diffstat (limited to 'src/client')
-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"
}
],