mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-27 11:56:05 +02:00
eccd6f977a
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de> Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
15 lines
299 B
Plaintext
15 lines
299 B
Plaintext
{
|
|
"applinks": {
|
|
"details": [
|
|
{
|
|
"appIDs": [ "DEVELOPMENT_TEAM_ID_HERE.com.tauri.deep-link-example" ],
|
|
"components": [
|
|
{
|
|
"/": "/open/*",
|
|
"comment": "Matches any URL whose path starts with /open/"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |