mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
12 lines
301 B
TOML
12 lines
301 B
TOML
"$schema" = "schemas/schema.json"
|
|
[default]
|
|
description = """
|
|
No features are enabled by default, as we believe
|
|
the clipboard can be inherently dangerous and it is
|
|
application specific if read and/or write access is needed.
|
|
|
|
Clipboard interaction needs to be explicitly enabled.
|
|
"""
|
|
|
|
permissions = []
|