7d8e39ca3d
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
18 lines
435 B
JSON
18 lines
435 B
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema/capability.json",
|
|
"identifier": "default",
|
|
"description": "Default capability for spacesh app",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:event:default",
|
|
"core:window:default",
|
|
"core:app:default",
|
|
"core:resources:default",
|
|
"core:menu:default",
|
|
"core:tray:default",
|
|
"notification:default",
|
|
"window-state:default"
|
|
]
|
|
}
|