diff --git a/.well-known/apple-app-site-association b/.well-known/apple-app-site-association new file mode 100644 index 0000000..95f9d53 --- /dev/null +++ b/.well-known/apple-app-site-association @@ -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" + } + ] + } + ] + } +}