Skip to content

Commit

Permalink
Merge branch 'hotfix/android_assetlinks_2'
Browse files Browse the repository at this point in the history
  • Loading branch information
jptrsn committed May 22, 2024
2 parents 5499d75 + 707064d commit 2609dc5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/client/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,16 @@
"packages/client/src/assets",
"packages/client/src/manifest.webmanifest",
"packages/client/src/.well-known/web-app-origin-association",
"packages/client/src/.well-known/assetlinks.json",
{
"glob": "web-app-origin-association",
"input": "packages/client/src/.well-known/",
"output": "/.well-known/"
},
{
"glob": "assetlinks.json",
"input": "packages/client/src/.well-known",
"output": "/.well-known"
}
],
"styles": ["packages/client/src/styles.scss"],
Expand Down
5 changes: 5 additions & 0 deletions packages/client/src/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
{
"platform": "webapp",
"url": "https://zipcaptions.app/manifest.webmanifest"
},
{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=app.zipcaptions.twa",
"id": "app.zipcaptions.twa"
}
],
"handle_links": "preferred",
Expand Down

0 comments on commit 2609dc5

Please sign in to comment.