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",
|
2020-01-29 20:37:25 +01:00
|
|
|
"theme_color": "#86b300",
|
2018-06-16 12:45:49 +02:00
|
|
|
"icons": [
|
|
|
|
{
|
2021-03-06 05:23:59 +01:00
|
|
|
"src": "/static-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-11-27 20:38:50 +01:00
|
|
|
{
|
2021-03-06 05:23:59 +01:00
|
|
|
"src": "/static-assets/icons/512.png",
|
2018-11-27 20:38:50 +01:00
|
|
|
"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
|
|
|
}
|