Skip to content

Commit

Permalink
chore: update assetlinks.json for google play verification of domain
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev authored Dec 8, 2023
1 parent 42aac8a commit 66b4a20
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions apps/pay/public/.well-known/assetlinks.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "com.galoyapp",
"sha256_cert_fingerprints":
["DE:C0:07:80:F0:D9:22:00:BB:E4:B2:2F:A9:1D:CD:5D:C9:8B:B8:18:12:EA:3A:76:3A:53:40:88:57:4B:4B:01"]
[
{
"relation": [
"delegate_permission/common.handle_all_urls"
],
"target": {
"namespace": "android_app",
"package_name": "com.galoyapp",
"sha256_cert_fingerprints": [
"DE:C0:07:80:F0:D9:22:00:BB:E4:B2:2F:A9:1D:CD:5D:C9:8B:B8:18:12:EA:3A:76:3A:53:40:88:57:4B:4B:01"
]
}
}
}]
]

0 comments on commit 66b4a20

Please sign in to comment.