26 lines
600 B
JSON
26 lines
600 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"path:default",
|
|
"event:default",
|
|
"window:default",
|
|
"app:default",
|
|
"image:default",
|
|
"resources:default",
|
|
"menu:default",
|
|
"tray:default",
|
|
"shell:allow-open",
|
|
"barcode-scanner:default",
|
|
"barcode-scanner:allow-scan",
|
|
"barcode-scanner:allow-cancel",
|
|
"notification:allow-is-permission-granted",
|
|
"notification:default",
|
|
"dialog:allow-ask",
|
|
"dialog:default"
|
|
]
|
|
} |