2017-11-18 14:39:09 +01:00
|
|
|
{
|
|
|
|
"short_name": "Misskey",
|
|
|
|
"name": "Misskey",
|
|
|
|
"start_url": "/",
|
|
|
|
"display": "standalone",
|
2018-04-02 08:22:32 +02:00
|
|
|
"background_color": "#313a42",
|
2018-11-27 20:38:50 +01:00
|
|
|
"theme_color": "#fb4e4e",
|
2018-06-16 12:45:49 +02:00
|
|
|
"icons": [
|
|
|
|
{
|
2018-06-18 08:38:58 +02:00
|
|
|
"src": "/assets/icons/16.png",
|
2018-06-18 09:44:42 +02:00
|
|
|
"sizes": "16x16",
|
2018-06-16 12:45:49 +02:00
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2018-06-18 08:38:58 +02:00
|
|
|
"src": "/assets/icons/32.png",
|
2018-06-18 09:44:42 +02:00
|
|
|
"sizes": "32x32",
|
2018-06-16 12:45:49 +02:00
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2018-06-18 08:38:58 +02:00
|
|
|
"src": "/assets/icons/64.png",
|
2018-06-18 09:44:42 +02:00
|
|
|
"sizes": "64x64",
|
2018-06-16 12:45:49 +02:00
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2018-06-18 08:38:58 +02:00
|
|
|
"src": "/assets/icons/128.png",
|
2018-06-18 09:44:42 +02:00
|
|
|
"sizes": "128x128",
|
2018-06-16 12:45:49 +02:00
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2018-06-18 08:38:58 +02:00
|
|
|
"src": "/assets/icons/192.png",
|
2018-06-18 09:44:42 +02:00
|
|
|
"sizes": "192x192",
|
2018-06-16 12:45:49 +02:00
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2018-06-18 08:38:58 +02:00
|
|
|
"src": "/assets/icons/256.png",
|
2018-06-18 09:44:42 +02:00
|
|
|
"sizes": "256x256",
|
2018-06-16 12:45:49 +02:00
|
|
|
"type": "image/png"
|
2018-11-27 20:38:50 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/assets/icons/512.png",
|
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
2018-06-16 12:45:49 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"share_target": {
|
2019-03-12 04:55:43 +01:00
|
|
|
"action": "/share/",
|
|
|
|
"params": {
|
|
|
|
"title": "title",
|
|
|
|
"text": "text",
|
|
|
|
"url": "url"
|
|
|
|
}
|
2018-04-02 08:22:32 +02:00
|
|
|
}
|
2017-11-18 14:39:09 +01:00
|
|
|
}
|