Chore: add app site associations
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
99e841e416
commit
a9ae17b41f
2 changed files with 32 additions and 0 deletions
13
static/.well-known/apple-app-site-association
Normal file
13
static/.well-known/apple-app-site-association
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"applinks": {
|
||||
"apps": [],
|
||||
"details": [
|
||||
{
|
||||
"appID": "8R8C9BJNAX.de.itsblue.bluerock",
|
||||
"paths": [
|
||||
"*"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
19
static/.well-known/assetlinks.json
Normal file
19
static/.well-known/assetlinks.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
[{
|
||||
"relation": ["delegate_permission/common.handle_all_urls"],
|
||||
"target": {
|
||||
"namespace": "android_app",
|
||||
"package_name": "com.itsblue.blueROCK",
|
||||
"sha256_cert_fingerprints":
|
||||
["7F:CD:A1:55:B7:98:1A:AB:66:A7:D2:DC:E1:AD:10:0F:A7:A0:17:C6:92:65:DE:9B:08:43:A8:EF:07:B1:72:A0"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"relation": ["delegate_permission/common.handle_all_urls"],
|
||||
"target": {
|
||||
"namespace": "android_app",
|
||||
"package_name": "com.itsblue.blueROCKtest",
|
||||
"sha256_cert_fingerprints":
|
||||
["08:B3:A8:2C:BD:16:D5:45:E5:0B:82:C3:B3:50:BC:1F:02:C2:25:4F:1E:84:A5:70:F6:22:99:BD:E7:2A:08:F8"]
|
||||
}
|
||||
}]
|
||||
|
Loading…
Reference in a new issue