Skip to content

Commit

Permalink
fix(client): Android ChromeでPWAとしてインストールできない問題を修正 (misskey-dev#10069)
Browse files Browse the repository at this point in the history
* fix(client): Android ChromeでPWAとしてインストールできない問題を修正

* 順番関係ある?
  • Loading branch information
tamaina authored and yu256 committed Feb 28, 2023
1 parent 26f54b6 commit 48272a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/backend/src/server/web/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,18 @@
"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",
Expand Down

0 comments on commit 48272a4

Please sign in to comment.