24 lines
734 B
JSON
24 lines
734 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "screenshot",
|
|
"description": "Capability for screenshot overlay and editor windows",
|
|
"windows": ["screenshot-overlay*", "screenshot-editor-*"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:allow-hide",
|
|
"core:window:allow-show",
|
|
"core:window:allow-set-focus",
|
|
"core:window:allow-start-dragging",
|
|
"core:window:allow-set-position",
|
|
"core:window:allow-set-size",
|
|
"core:window:allow-set-always-on-top",
|
|
"core:window:allow-set-skip-taskbar",
|
|
"core:window:allow-set-decorations",
|
|
"core:window:allow-close",
|
|
"core:event:allow-emit",
|
|
"core:event:allow-listen",
|
|
"dialog:default",
|
|
"snap-layout:default"
|
|
]
|
|
}
|