misskey/packages/backend/src/server/web/manifest.json

29 lines
482 B
JSON
Raw Normal View History

2017-11-18 13:39:09 +00:00
{
"short_name": "Misskey",
"name": "Misskey",
"start_url": "/",
2021-10-21 11:12:24 +00:00
"display": "standalone",
2018-04-02 06:22:32 +00:00
"background_color": "#313a42",
"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",
"sizes": "192x192",
2018-06-16 10:45:49 +00:00
"type": "image/png"
},
{
2021-03-06 04:23:59 +00:00
"src": "/static-assets/icons/512.png",
"sizes": "512x512",
"type": "image/png"
2018-06-16 10:45:49 +00:00
}
],
"share_target": {
"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
}