mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
11 lines
339 B
TOML
11 lines
339 B
TOML
"$schema" = "schemas/schema.json"
|
|
|
|
[default]
|
|
description = """This permission set allows opening `mailto:`, `tel:`, `https://` and `http://` urls using their default application
|
|
as well as reveal file in directories using default file explorer"""
|
|
permissions = [
|
|
"allow-open-url",
|
|
"allow-reveal-item-in-dir",
|
|
"allow-default-urls",
|
|
]
|