You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/plugins/deep-link/examples/app/src-tauri/capabilities/app.json

12 lines
264 B

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "run-app-base",
"description": "Base permissions to run the app",
"windows": ["main"],
"permissions": [
"core:default",
"deep-link:allow-get-current",
"deep-link:default"
]
}