tauri-plugin-devtools-app 2.1.3

Connect with the Devtools for Tauri application
1
2
3
4
5
6
7
8
9
10
{
  "$schema": "../gen/schemas/desktop-schema.json",
  "identifier": "devtools",
  "description": "enables the permissions for devtools on all windows",
  "windows": ["*"],
  "local": true,
  "permissions": [
    "devtools-app:default"
  ]
}