| 1 | { |
| 2 | "$schema": "../gen/schemas/desktop-schema.json", |
| 3 | "identifier": "default", |
| 4 | "description": "Default window capabilities for claudex.", |
| 5 | "windows": ["main"], |
| 6 | "permissions": [ |
| 7 | "core:default", |
| 8 | "core:window:allow-start-dragging", |
| 9 | "core:window:allow-set-focus", |
| 10 | "core:window:allow-center", |
| 11 | "core:window:allow-set-position", |
| 12 | "core:window:allow-outer-position" |
| 13 | ] |
| 14 | } |