18 lines
476 B
JSON
18 lines
476 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-utils/schema.json",
|
|
"identifier": "default",
|
|
"description": "Default capabilities for Fischer AgentKit",
|
|
"windows": ["main", "splash"],
|
|
"permissions": [
|
|
"core:default",
|
|
"shell:default",
|
|
"shell:allow-spawn",
|
|
"shell:allow-execute",
|
|
"shell:allow-kill",
|
|
"shell:allow-stdin-write",
|
|
"process:default",
|
|
"process:allow-restart",
|
|
"process:allow-exit"
|
|
]
|
|
}
|