Skip to content

Commit c9c4cf3

Browse files
authored
Verify domain with Google (#284)
Needed for deeplinks to work
1 parent 4d3338f commit c9c4cf3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.well-known/assetlinks.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[
2+
{
3+
"relation": [
4+
"delegate_permission/common.handle_all_urls"
5+
],
6+
"target": {
7+
"namespace": "android_app",
8+
"package_name": "de.danoeh.antennapod",
9+
"sha256_cert_fingerprints": [
10+
"A8:54:1B:7E:6C:69:76:B0:B7:E3:A9:0B:E8:9C:63:A6:66:BE:37:3F:1D:BB:ED:A6:71:AC:2E:17:26:5D:6A:0F"
11+
]
12+
}
13+
}
14+
]

0 commit comments

Comments
 (0)