main
json 18 lines 416 Bytes
Raw
1 {
2 "$schema": "../gen/schemas/desktop-schema.json",
3 "identifier": "default",
4 "description": "Capability for the main window",
5 "windows": [
6 "main"
7 ],
8 "permissions": [
9 "core:default",
10 "opener:default",
11 "haptics:allow-impact-feedback",
12 "haptics:allow-notification-feedback",
13 "haptics:allow-selection-feedback",
14 "haptics:allow-vibrate",
15 "store:default",
16 "log:default"
17 ]
18 }