aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/capabilities/default.json
blob: 56c7fd219af10ccd53e2d9a0049b807c0f2b97a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "$schema": "../gen/schemas/desktop-schema.json",
  "identifier": "default",
  "description": "Capability for the main window",
  "windows": [
    "main",
    "RepairWindow"
  ],
  "permissions": [
    "core:window:allow-minimize",
    "core:window:allow-start-dragging",
    "core:default",
    "opener:default",
    "store:default",
    "updater:default"
  ]
}