1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 23:55:58 +09:00
cherrypick/assets/client/manifest.json

29 lines
482 B
JSON
Raw Normal View History

2017-11-18 22:39:09 +09:00
{
"short_name": "Misskey",
"name": "Misskey",
"start_url": "/",
"display": "standalone",
2018-04-02 15:22:32 +09:00
"background_color": "#313a42",
"theme_color": "#86b300",
2018-06-16 19:45:49 +09:00
"icons": [
{
2021-03-06 13:23:59 +09:00
"src": "/static-assets/icons/192.png",
"sizes": "192x192",
2018-06-16 19:45:49 +09:00
"type": "image/png"
},
{
2021-03-06 13:23:59 +09:00
"src": "/static-assets/icons/512.png",
"sizes": "512x512",
"type": "image/png"
2018-06-16 19:45:49 +09:00
}
],
"share_target": {
"action": "/share/",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
2018-04-02 15:22:32 +09:00
}
2017-11-18 22:39:09 +09:00
}