| { | |
| "applinks": { | |
| "details": [ | |
| { | |
| "appIDs": [ "DEVELOPMENT_TEAM_ID_HERE.com.tauri.deep-link-example" ], | |
| "components": [ | |
| { | |
| "/": "/open/*", | |
| "comment": "Matches any URL whose path starts with /open/" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } |
| { | |
| "applinks": { | |
| "details": [ | |
| { | |
| "appIDs": [ "DEVELOPMENT_TEAM_ID_HERE.com.tauri.deep-link-example" ], | |
| "components": [ | |
| { | |
| "/": "/open/*", | |
| "comment": "Matches any URL whose path starts with /open/" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } |