summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-06-18 17:25:23 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-06-18 17:25:23 +0900
commit6953970be7da506e9aa46f1dcfe4edc9f8dfba76 (patch)
tree83568885d543990c69018c0c681a18667a75e89b /src/client
parentnanka (diff)
parentMerge pull request #1743 from Tosuke/patch-1 (diff)
downloadsharkey-6953970be7da506e9aa46f1dcfe4edc9f8dfba76.tar.gz
sharkey-6953970be7da506e9aa46f1dcfe4edc9f8dfba76.tar.bz2
sharkey-6953970be7da506e9aa46f1dcfe4edc9f8dfba76.zip
Merge branch 'master' of https://github.com/syuilo/misskey
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"
}
],