Skip to content

Commit 089307c

Browse files
authored
chrome app pwa test
1 parent 70657ac commit 089307c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.well-known/assetlinks.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[
2+
{
3+
"relation": ["delegate_permission/common.handle_all_urls"],
4+
"target": {
5+
"namespace": "android_app",
6+
"package_name": "dev.phcode.test.twa",
7+
"sha256_cert_fingerprints":
8+
["18:BF:CD:EE:B2:5B:BA:CB:F8:BE:76:FD:42:91:FE:0E:9F:43:EE:8B:51:4A:C5:3C:45:93:29:7C:70:CA:01:98"]
9+
}
10+
},
11+
{
12+
"relation": ["delegate_permission/common.handle_all_urls"],
13+
"target": {
14+
"namespace": "android_app",
15+
"package_name": "dev.phcode.prod.twa",
16+
"sha256_cert_fingerprints":
17+
["18:BF:CD:EE:B2:5B:BA:CB:F8:BE:76:FD:42:91:FE:0E:9F:43:EE:8B:51:4A:C5:3C:45:93:29:7C:70:CA:01:98"]
18+
}
19+
}
20+
]

0 commit comments

Comments
 (0)