File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
apps/dashboard/public/.well-known Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"applinks": {
3
+ "apps": ["XYHGSFAMHX.com.thirdweb.demo"],
3
4
"details": [
4
5
{
5
6
"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
+ ]
7
23
}
8
24
]
9
25
},
You can’t perform that action at this time.
0 commit comments