-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.json
35 lines (35 loc) · 851 Bytes
/
default.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": [
"popup"
],
"permissions": [
"core:default",
"shell:allow-open",
"core:path:default",
"core:event:default",
"core:window:default",
"core:app:default",
"core:resources:default",
"core:menu:default",
"core:tray:default",
"core:window:allow-set-title",
"core:window:allow-hide",
"core:window:allow-show",
"core:window:allow-center",
"core:window:allow-set-focus",
"core:event:allow-listen",
"core:event:allow-unlisten",
"sql:default",
"sql:allow-load",
"sql:allow-execute",
"clipboard:read-all",
"clipboard:write-all",
"clipboard:allow-read-text",
"fs:default",
"fs:write-files",
"fs:read-files"
]
}