Skip to content

Commit

Permalink
feat: add assetlinks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakelijc committed Jul 24, 2024
1 parent e50e252 commit 2605b60
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .well-known/assetlinks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[
{
"relation" : [
"delegate_permission/common.handle_all_urls",
"delegate_permission/common.get_login_creds"
],
"target" : {
"namespace" : "android_app",
"package_name" : "com.example.android",
"sha256_cert_fingerprints" : [
"SHA_HEX_VALUE"
]
}
}
]

0 comments on commit 2605b60

Please sign in to comment.