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