mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
7 lines
262 B
TOML
7 lines
262 B
TOML
"$schema" = "schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "read-meta"
|
|
description = "This enables all index or metadata related commands without any pre-configured accessible paths."
|
|
commands.allow = ["read_dir", "stat", "lstat", "fstat", "exists", "size"]
|