mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
d198c01486
Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
9 lines
241 B
TOML
9 lines
241 B
TOML
"$schema" = "schemas/schema.json"
|
|
[default]
|
|
description = "Allows requesting permission, checking permission state and sending notifications"
|
|
permissions = [
|
|
"allow-is-permission-granted",
|
|
"allow-request-permission",
|
|
"allow-notify",
|
|
]
|