13 lines
369 B
JSON
13 lines
369 B
JSON
{
|
|
"$schema": "https://v2.tauri.app/schemas/desktop.schema.json",
|
|
"identifier": "default",
|
|
"description": "Default permissions for EzVibeR+",
|
|
"windows": ["main", "config", "health"],
|
|
"permissions": [
|
|
"core:default",
|
|
"dialog:allow-open",
|
|
"clipboard-manager:allow-write-text",
|
|
"clipboard-manager:allow-read-text",
|
|
"notification:default"
|
|
]
|
|
} |