tauri-plugin-visual-editor 0.1.0

Visual Inspector plugin for Tauri 2 — Context Bundles for AI editors
1
2
3
4
5
6
7
8
9
10
11
12
13
"$schema" = "schemas/schema.json"

[default]
description = "Default inspector read/export commands (open, close, getState, exportContext)"
permissions = [
  "allow-open",
  "allow-close",
  "allow-get-state",
  "allow-export-context",
  "allow-copy-context-bundle",
  "allow-copy-screenshot-path",
  "allow-open-screenshot-folder",
]