diff --git a/.well-known/apple-app-site-association b/.well-known/apple-app-site-association new file mode 100644 index 00000000000..a026ecac4ca --- /dev/null +++ b/.well-known/apple-app-site-association @@ -0,0 +1,47 @@ +{ + "applinks": { + "details": [ + { + "appIDs": ["368M544MTT.com.chat.expensify.chat"], + "components": [ + { + "/": "/r/*", + "comment": "Reports" + }, + { + "/": "/settings/*", + "comment": "Profile and app settings" + }, + { + "/": "/setpassword/*", + "comment": "Passoword setup" + }, + { + "/": "/details/*", + "comment": "Details of another users" + }, + { + "/": "/v/*", + "comment": "Account validation" + }, + { + "/": "/bank-account/*", + "comment": "Bank account setup and its steps" + }, + { + "/": "/iou/*", + "comment": "I Owe You reports" + }, + { + "/": "/enable-payments/*", + "comment": "Payments setup" + }, + { + "/": "/partners/plaid/oauth_ios", + "comment": "Plaid setup" + } + ] + } + ] + } +} diff --git a/apple-app-site-association b/apple-app-site-association deleted file mode 100644 index 7e2c0dd744b..00000000000 --- a/apple-app-site-association +++ /dev/null @@ -1,21 +0,0 @@ -{ - "applinks": { - "apps": [], - "details": [ - { - "appID": "368M544MTT.com.chat.expensify.chat", - "paths": [ - "/r/*", - "/settings/*", - "/setpassword/*", - "/details/*", - "/v/*", - "/bank-account/*", - "/iou/*", - "/enable-payments/*", - "/partners/plaid/oauth_ios" - ] - } - ] - } -}