1ecefdeb80
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
17 lines
407 B
JSON
17 lines
407 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"
|
|
]
|
|
}
|