mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-15 16:23:08 +02:00
8b30c0c0cd
* fix(client): Android ChromeでPWAとしてインストールできない問題を修正 * 順番関係ある?
38 lines
718 B
JSON
38 lines
718 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"
|
|
},
|
|
{
|
|
"src": "/static-assets/splash.png",
|
|
"sizes": "300x300",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
}
|
|
],
|
|
"share_target": {
|
|
"action": "/share/",
|
|
"method": "GET",
|
|
"enctype": "application/x-www-form-urlencoded",
|
|
"params": {
|
|
"title": "title",
|
|
"text": "text",
|
|
"url": "url"
|
|
}
|
|
}
|
|
}
|