Skip to content

Commit c4fd1f0

Browse files
committed
add use_as_origin relation for iroh-fm
1 parent 01604e9 commit c4fd1f0

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

.well-known/assetlinks.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
[
22
{
3-
"relation": [
4-
"delegate_permission/common.handle_all_urls"
5-
],
3+
"relation": ["delegate_permission/common.handle_all_urls"],
64
"target": {
75
"namespace": "android_app",
86
"package_name": "fm.iroh.android",
97
"sha256_cert_fingerprints": [
108
"B4:39:05:72:C0:38:D1:68:0B:74:48:BC:F7:03:9B:07:00:D4:A8:8D:E2:B4:3C:17:8E:EC:50:02:33:D2:24:41"
119
]
1210
}
11+
},
12+
{
13+
"relation": ["delegate_permission/common.use_as_origin"],
14+
"target": {
15+
"namespace": "android_app",
16+
"package_name": "pl.dobrowolscy.env1.wms",
17+
"sha256_cert_fingerprints": [
18+
"B4:39:05:72:C0:38:D1:68:0B:74:48:BC:F7:03:9B:07:00:D4:A8:8D:E2:B4:3C:17:8E:EC:50:02:33:D2:24:41"
19+
]
20+
}
1321
}
1422
]

0 commit comments

Comments
 (0)