8d3367237a
Frameless transparent always-on-top window, tray icon with toggle/quit, persisted global hotkey (default Ctrl+Shift+K) with safe re-registration, single-instance --toggle IPC as Wayland hotkey fallback, close-to-tray. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
22 lines
580 B
JSON
22 lines
580 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"opener:default",
|
|
"core:window:allow-show",
|
|
"core:window:allow-hide",
|
|
"core:window:allow-set-focus",
|
|
"core:window:allow-is-visible",
|
|
"core:window:allow-start-dragging",
|
|
"core:window:allow-close",
|
|
"clipboard-manager:allow-write-text",
|
|
"store:default",
|
|
"autostart:allow-enable",
|
|
"autostart:allow-disable",
|
|
"autostart:allow-is-enabled"
|
|
]
|
|
}
|