Skip to content

Commit

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

* 順番関係ある?
  • Loading branch information
tamaina authored Feb 24, 2023
1 parent 0ec5327 commit 8b30c0c
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 8b30c0c

Please sign in to comment.