42 lines
873 B
JSON
42 lines
873 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-utils/schema.json",
|
|
"identifier": "default",
|
|
"description": "Default capabilities for Cinch",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"shell:allow-open",
|
|
"shell:allow-execute",
|
|
"shell:allow-spawn",
|
|
"shell:allow-stdin-write",
|
|
"shell:allow-kill",
|
|
"dialog:allow-open",
|
|
"dialog:allow-save",
|
|
"fs:default",
|
|
"fs:allow-read",
|
|
"fs:allow-read-file",
|
|
"fs:allow-write",
|
|
"fs:allow-write-file",
|
|
"fs:allow-exists",
|
|
"fs:allow-mkdir",
|
|
"fs:allow-remove",
|
|
"fs:allow-rename",
|
|
{
|
|
"identifier": "fs:scope",
|
|
"allow": [
|
|
{ "path": "**" }
|
|
]
|
|
},
|
|
"process:allow-exit",
|
|
"process:allow-restart",
|
|
"opener:default",
|
|
{
|
|
"identifier": "opener:allow-open-path",
|
|
"allow": [
|
|
{ "path": "**" }
|
|
]
|
|
},
|
|
"opener:allow-reveal-item-in-dir"
|
|
]
|
|
}
|