Skip to content

Commit

Permalink
Merge pull request #29 from deltachat/apple-deep-linking
Browse files Browse the repository at this point in the history
Create apple-app-site-association for deep linking on iOS (and maybe also macOS)
  • Loading branch information
hpk42 authored Feb 5, 2024
2 parents a856d5f + e8760d1 commit c8a4a06
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .well-known/apple-app-site-association
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"applinks": {
"details": [
{
"appIDs": ["chat.delta", "chat.delta.desktop.electron"],
"components": [
{
"#": "*&i*",
"comment": "Matches any URL with a fragment that contains &i and instructs the system to open it"
}
]
}
]
}
}

0 comments on commit c8a4a06

Please sign in to comment.