tauri-plugin-visual-editor 0.1.2

Visual Inspector plugin for Tauri 2 — Context Bundles for AI editors
"$schema" = "schemas/schema.json"

[[set]]
identifier = "all"
description = "Full visual editor plugin access"
permissions = [
  "allow-open",
  "allow-close",
  "allow-get-state",
  "allow-export-context",
  "allow-enable",
  "allow-disable",
  "allow-toggle",
  "allow-set-target-webview",
  "allow-pin-target-webview",
  "allow-unpin-target-webview",
  "allow-revalidate",
  "allow-clear-session",
  "allow-capture",
  "allow-save-capture-image",
  "allow-read-capture-image",
  "allow-copy-screenshot-image",
  "allow-emit-state",
  "allow-report-selection",
  "allow-notify-navigation",
  "allow-set-issue-text",
  "allow-remove-element",
  "allow-remove-capture",
  "allow-set-primary-capture",
  "allow-set-capture-included",
  "allow-update-settings",
  "allow-copy-context-bundle",
  "allow-copy-screenshot-path",
  "allow-open-screenshot-folder",
  "allow-hard-reload",
  "allow-toggle-devtools",
]