2017-11-18 15:39:09 +02:00
|
|
|
{
|
|
|
|
"short_name": "Misskey",
|
|
|
|
"name": "Misskey",
|
|
|
|
"start_url": "/",
|
2021-10-21 14:12:24 +03:00
|
|
|
"display": "standalone",
|
2018-04-02 09:22:32 +03:00
|
|
|
"background_color": "#313a42",
|
2020-01-29 21:37:25 +02:00
|
|
|
"theme_color": "#86b300",
|
2018-06-16 13:45:49 +03:00
|
|
|
"icons": [
|
|
|
|
{
|
2021-03-06 06:23:59 +02:00
|
|
|
"src": "/static-assets/icons/192.png",
|
2018-06-18 10:44:42 +03:00
|
|
|
"sizes": "192x192",
|
2023-02-23 08:59:21 +02:00
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
2018-06-16 13:45:49 +03:00
|
|
|
},
|
2018-11-27 21:38:50 +02:00
|
|
|
{
|
2021-03-06 06:23:59 +02:00
|
|
|
"src": "/static-assets/icons/512.png",
|
2018-11-27 21:38:50 +02:00
|
|
|
"sizes": "512x512",
|
2023-02-23 08:59:21 +02:00
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
2023-02-24 22:22:09 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/static-assets/splash.png",
|
|
|
|
"sizes": "300x300",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "any"
|
2018-06-16 13:45:49 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"share_target": {
|
2019-03-12 05:55:43 +02:00
|
|
|
"action": "/share/",
|
2023-02-24 22:22:09 +02:00
|
|
|
"method": "GET",
|
|
|
|
"enctype": "application/x-www-form-urlencoded",
|
2019-03-12 05:55:43 +02:00
|
|
|
"params": {
|
|
|
|
"title": "title",
|
|
|
|
"text": "text",
|
|
|
|
"url": "url"
|
|
|
|
}
|
2018-04-02 09:22:32 +03:00
|
|
|
}
|
2017-11-18 15:39:09 +02:00
|
|
|
}
|