1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 23:55:58 +09:00
cherrypick/src/client/assets/manifest.json

43 lines
759 B
JSON
Raw Normal View History

2017-11-18 22:39:09 +09:00
{
"short_name": "Misskey",
"name": "Misskey",
"start_url": "/",
"display": "standalone",
2018-04-02 15:22:32 +09:00
"background_color": "#313a42",
2018-06-16 19:45:49 +09:00
"icons": [
{
2018-06-18 15:38:58 +09:00
"src": "/assets/icons/16.png",
"sizes": "16x16",
2018-06-16 19:45:49 +09:00
"type": "image/png"
},
{
2018-06-18 15:38:58 +09:00
"src": "/assets/icons/32.png",
"sizes": "32x32",
2018-06-16 19:45:49 +09:00
"type": "image/png"
},
{
2018-06-18 15:38:58 +09:00
"src": "/assets/icons/64.png",
"sizes": "64x64",
2018-06-16 19:45:49 +09:00
"type": "image/png"
},
{
2018-06-18 15:38:58 +09:00
"src": "/assets/icons/128.png",
"sizes": "128x128",
2018-06-16 19:45:49 +09:00
"type": "image/png"
},
{
2018-06-18 15:38:58 +09:00
"src": "/assets/icons/192.png",
"sizes": "192x192",
2018-06-16 19:45:49 +09:00
"type": "image/png"
},
{
2018-06-18 15:38:58 +09:00
"src": "/assets/icons/256.png",
"sizes": "256x256",
2018-06-16 19:45:49 +09:00
"type": "image/png"
}
],
"share_target": {
"url_template": "share?text={title}%20-%20{text}%20-%20{url}"
2018-04-02 15:22:32 +09:00
}
2017-11-18 22:39:09 +09:00
}