mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-23 11:36:13 +02:00
9 lines
230 B
TOML
9 lines
230 B
TOML
"$schema" = "schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "create-app-specific-dirs"
|
|
description = """
|
|
This permissions allows to create the application specific directories.
|
|
"""
|
|
commands.allow = ["mkdir", "scope-app-index"]
|