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-11-27 13:38:50 -06:00
|
|
|
"theme_color": "#fb4e4e",
|
2018-06-16 05:45:49 -05:00
|
|
|
"icons": [
|
|
|
|
{
|
2018-06-18 01:38:58 -05:00
|
|
|
"src": "/assets/icons/16.png",
|
2018-06-18 02:44:42 -05:00
|
|
|
"sizes": "16x16",
|
2018-06-16 05:45:49 -05:00
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2018-06-18 01:38:58 -05:00
|
|
|
"src": "/assets/icons/32.png",
|
2018-06-18 02:44:42 -05:00
|
|
|
"sizes": "32x32",
|
2018-06-16 05:45:49 -05:00
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2018-06-18 01:38:58 -05:00
|
|
|
"src": "/assets/icons/64.png",
|
2018-06-18 02:44:42 -05:00
|
|
|
"sizes": "64x64",
|
2018-06-16 05:45:49 -05:00
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2018-06-18 01:38:58 -05:00
|
|
|
"src": "/assets/icons/128.png",
|
2018-06-18 02:44:42 -05:00
|
|
|
"sizes": "128x128",
|
2018-06-16 05:45:49 -05:00
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2018-06-18 01:38:58 -05:00
|
|
|
"src": "/assets/icons/192.png",
|
2018-06-18 02:44:42 -05:00
|
|
|
"sizes": "192x192",
|
2018-06-16 05:45:49 -05:00
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2018-06-18 01:38:58 -05:00
|
|
|
"src": "/assets/icons/256.png",
|
2018-06-18 02:44:42 -05:00
|
|
|
"sizes": "256x256",
|
2018-06-16 05:45:49 -05:00
|
|
|
"type": "image/png"
|
2018-11-27 13:38:50 -06:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/assets/icons/512.png",
|
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
2018-06-16 05:45:49 -05:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"share_target": {
|
2019-03-11 22:55:43 -05:00
|
|
|
"action": "/share/",
|
|
|
|
"params": {
|
|
|
|
"title": "title",
|
|
|
|
"text": "text",
|
|
|
|
"url": "url"
|
|
|
|
}
|
2018-04-02 01:22:32 -05:00
|
|
|
}
|
2017-11-18 07:39:09 -06:00
|
|
|
}
|