24 lines
648 B
JSON
24 lines
648 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:allow-center",
|
|
"core:window:allow-current-monitor",
|
|
"core:window:allow-inner-size",
|
|
"core:window:allow-set-size",
|
|
"core:window:allow-start-dragging",
|
|
"opener:default",
|
|
"process:default",
|
|
"allow-usb-serial-list",
|
|
"allow-usb-serial-open",
|
|
"allow-usb-serial-close",
|
|
"allow-usb-serial-list-camel",
|
|
"allow-usb-serial-open-camel",
|
|
"allow-usb-serial-close-camel",
|
|
"allow-local-commands"
|
|
]
|
|
}
|