misskey/src/client/assets/manifest.json

29 lines
468 B
JSON
Raw Normal View History

2017-11-18 05:39:09 -08:00
{
"short_name": "Misskey",
"name": "Misskey",
"start_url": "/",
"display": "standalone",
2018-04-01 23:22:32 -07:00
"background_color": "#313a42",
"theme_color": "#86b300",
2018-06-16 03:45:49 -07:00
"icons": [
{
2018-06-17 23:38:58 -07:00
"src": "/assets/icons/192.png",
"sizes": "192x192",
2018-06-16 03:45:49 -07:00
"type": "image/png"
},
{
"src": "/assets/icons/512.png",
"sizes": "512x512",
"type": "image/png"
2018-06-16 03:45:49 -07:00
}
],
"share_target": {
"action": "/share/",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
2018-04-01 23:22:32 -07:00
}
2017-11-18 05:39:09 -08:00
}