mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-15 22:13:08 +02:00
30 lines
534 B
JSON
30 lines
534 B
JSON
{
|
|
"short_name": "Misskey",
|
|
"name": "Misskey",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#313a42",
|
|
"theme_color": "#86b300",
|
|
"icons": [
|
|
{
|
|
"src": "/static-assets/icons/192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "/static-assets/icons/512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"share_target": {
|
|
"action": "/share/",
|
|
"params": {
|
|
"title": "title",
|
|
"text": "text",
|
|
"url": "url"
|
|
}
|
|
}
|
|
}
|