mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-27 11:56:05 +02:00
10 lines
226 B
TOML
10 lines
226 B
TOML
"$schema" = "schemas/schema.json"
|
|
[default]
|
|
description = "Allows checking for new updates and installing them"
|
|
permissions = [
|
|
"allow-check",
|
|
"allow-download",
|
|
"allow-install",
|
|
"allow-download-and-install",
|
|
]
|