forked from Expensify/App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apple-app-site-association
58 lines (58 loc) · 1.83 KB
/
apple-app-site-association
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"applinks": {
"details": [
{
"appIDs": ["368M544MTT.com.chat.expensify.chat"],
"components": [
{
"/": "/r/*",
"comment": "Reports"
},
{
"/": "/a/*",
"comment": "Profile Page"
},
{
"/": "/settings/*",
"comment": "Profile and app settings"
},
{
"/": "/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"
},
{
"/": "/statements/*",
"comment": "Wallet statements"
},
{
"/": "/concierge/*",
"comment": "Concierge"
}
]
}
]
},
"webcredentials": {
"apps": ["368M544MTT.com.chat.expensify.chat"]
}
}