2017-11-18 13:39:09 +00:00
|
|
|
{
|
|
|
|
"short_name": "Misskey",
|
|
|
|
"name": "Misskey",
|
|
|
|
"start_url": "/",
|
|
|
|
"display": "standalone",
|
2018-04-02 06:22:32 +00:00
|
|
|
"background_color": "#313a42",
|
2020-01-29 19:37:25 +00:00
|
|
|
"theme_color": "#86b300",
|
2018-06-16 10:45:49 +00:00
|
|
|
"icons": [
|
|
|
|
{
|
2021-03-06 04:23:59 +00:00
|
|
|
"src": "/static-assets/icons/192.png",
|
2018-06-18 07:44:42 +00:00
|
|
|
"sizes": "192x192",
|
2018-06-16 10:45:49 +00:00
|
|
|
"type": "image/png"
|
|
|
|
},
|
2018-11-27 19:38:50 +00:00
|
|
|
{
|
2021-03-06 04:23:59 +00:00
|
|
|
"src": "/static-assets/icons/512.png",
|
2018-11-27 19:38:50 +00:00
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
2018-06-16 10:45:49 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"share_target": {
|
2019-03-12 03:55:43 +00:00
|
|
|
"action": "/share/",
|
|
|
|
"params": {
|
|
|
|
"title": "title",
|
|
|
|
"text": "text",
|
|
|
|
"url": "url"
|
|
|
|
}
|
2018-04-02 06:22:32 +00:00
|
|
|
}
|
2017-11-18 13:39:09 +00:00
|
|
|
}
|