Skip to content

Commit

Permalink
Merge pull request #655 from Adamant-im/feat/well-known-dir-after-build
Browse files Browse the repository at this point in the history
feat: Create .well-known dir after build
  • Loading branch information
bludnic authored Aug 5, 2024
2 parents 79161d8 + 0adbf56 commit e7731e5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
11 changes: 11 additions & 0 deletions public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"applinks": {
"apps": [],
"details": [
{
"appID": "J2L77FMN46.im.adamant.adamant-messenger",
"paths": ["*"]
}
]
}
}
19 changes: 19 additions & 0 deletions public/.well-known/assetlinks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "im.adamant.adamantmessengerpwa",
"sha256_cert_fingerprints": [
"CC:CE:D0:DD:95:06:04:99:3B:AB:DF:97:96:07:E2:A1:C4:A6:7F:12:50:C3:F3:6E:6C:8F:10:14:11:73:20:8F"
]
}
}, {
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "im.adamant.adamantmessengerpwa",
"sha256_cert_fingerprints": [
"DA:FC:A3:3B:9A:41:23:ED:45:42:23:37:37:BF:96:EA:21:03:EF:F4:53:5C:F7:26:CB:E9:57:92:C4:47:C3:0F"
]
}
}]

0 comments on commit e7731e5

Please sign in to comment.