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-06-16 12:45:49 +02:00
|
|
|
"icons": [
|
|
|
|
{
|
2018-06-18 08:38:58 +02:00
|
|
|
"src": "/assets/icons/16.png",
|
2018-06-16 12:45:49 +02:00
|
|
|
"size": "16x16",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2018-06-18 08:38:58 +02:00
|
|
|
"src": "/assets/icons/32.png",
|
2018-06-16 12:45:49 +02:00
|
|
|
"size": "32x32",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2018-06-18 08:38:58 +02:00
|
|
|
"src": "/assets/icons/64.png",
|
2018-06-16 12:45:49 +02:00
|
|
|
"size": "64x64",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2018-06-18 08:38:58 +02:00
|
|
|
"src": "/assets/icons/128.png",
|
2018-06-16 12:45:49 +02:00
|
|
|
"size": "128x128",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2018-06-18 08:38:58 +02:00
|
|
|
"src": "/assets/icons/192.png",
|
2018-06-16 12:45:49 +02:00
|
|
|
"size": "192x192",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2018-06-18 08:38:58 +02:00
|
|
|
"src": "/assets/icons/256.png",
|
2018-06-16 12:45:49 +02:00
|
|
|
"size": "256x256",
|
|
|
|
"type": "image/png"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"share_target": {
|
|
|
|
"url_template": "share?text={title}%20-%20{text}%20-%20{url}"
|
2018-04-02 08:22:32 +02:00
|
|
|
}
|
2017-11-18 14:39:09 +01:00
|
|
|
}
|