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