schoolbox desktop app :)
1{
2 "$schema": "../gen/schemas/desktop-schema.json",
3 "identifier": "default",
4 "description": "Capability for the main window",
5 "windows": ["main"],
6 "permissions": [
7 "core:default",
8 "opener:default",
9 "deep-link:default",
10 "store:default",
11 "http:default",
12 "core:window:allow-start-dragging",
13 {
14 "identifier": "http:default",
15 "allow": [
16 {
17 "url": "https://*"
18 }
19 ]
20 }
21 ]
22}