12345678910111213 |
- {
- "$schema": "../gen/schemas/desktop-schema.json",
- "identifier": "default",
- "description": "Capability for the main window",
- "windows": ["main", "test"],
- "permissions": [
- "core:default",
- "shell:allow-open",
- "core:window:allow-close",
- "core:window:allow-set-focus",
- "core:window:allow-set-always-on-top"
- ]
- }
|