Skip to content

Commit 574ff02

Browse files
feat(dashboard): update apple-app-site-association for universal links (#4171)
1 parent a43907e commit 574ff02

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

apps/dashboard/public/.well-known/apple-app-site-association

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
{
22
"applinks": {
3+
"apps": ["XYHGSFAMHX.com.thirdweb.demo"],
34
"details": [
45
{
56
"appIDs": ["XYHGSFAMHX.com.thirdweb.demo"],
6-
"paths": ["/mobile-wallet-protocol", "NOT *"]
7+
"components": [
8+
{
9+
"#": "no_universal_links",
10+
"exclude": true,
11+
"comment": "Matches any URL with a fragment that equals no_universal_links and instructs the system not to open it as a universal link."
12+
},
13+
{
14+
"/": "/mobile-wallet-protocol",
15+
"comment": "Matches any URL with a path that starts with /mobile-wallet-protocol for coinbase wallet mobile redirects."
16+
},
17+
{
18+
"/": "/dashboard/*",
19+
"exclude": true,
20+
"comment": "no universal link for dashboard"
21+
}
22+
]
723
}
824
]
925
},

0 commit comments

Comments
 (0)