tauri-plugin-hasgard 0.3.0

Native automation and testing bridge for Tauri 2 applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
"$schema" = "schemas/schema.json"

[[permission]]
identifier = "allow-eval-callbacks"
description = "Allow the internal callback IPC commands used by the eval engine"

[permission.commands]
allow = ["callback", "__callback"]

[default]
description = "Default permissions for tauri-plugin-hasgard (allows eval callback)"
permissions = ["allow-eval-callbacks"]