Skip to content

Commit 210e985

Browse files
authored
Add a config for app deeplinking (trust)
1 parent 975a819 commit 210e985

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.well-known/assetlinks.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[{
2+
"relation": ["delegate_permission/common.handle_all_urls"],
3+
"target": {
4+
"namespace": "android_app",
5+
"package_name": "zed.rainxch.githubstore",
6+
"sha256_cert_fingerprints": [
7+
"B7:F2:8E:19:8E:48:C1:93:B0:38:C6:5D:92:DD:F7:BC:07:7B:0D:B5:9E:BC:9B:25:0A:6D:AC:48:C1:18:03:CA"
8+
]
9+
}
10+
}]

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include: [".well-known"]

0 commit comments

Comments
 (0)