50996c929d
Add workspace name to LayoutEngine props Update version to 0.1.30 Implement file open dialog in Wizard
21 lines
547 B
JSON
21 lines
547 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:window:allow-start-dragging",
|
|
"core:window:allow-start-resize-dragging",
|
|
"core:app:default",
|
|
"core:resources:default",
|
|
"core:menu:default",
|
|
"core:tray:default",
|
|
"notification:default",
|
|
"window-state:default",
|
|
"dialog:allow-open"
|
|
]
|
|
}
|