aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/capabilities/default.json
blob: 4d8b907cb6dd9ac0ac6a230df815cb8ef897a5cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "$schema": "../gen/schemas/desktop-schema.json",
  "identifier": "default",
  "description": "Default capabilities for the DropOut launcher",
  "windows": ["main"],
  "permissions": [
    "core:default",
    "core:event:default",
    "core:event:allow-listen",
    "core:event:allow-emit",
    "core:app:default",
    "core:app:allow-version",
    "core:path:default",
    "core:window:default",
    "shell:allow-open",
    "dialog:default"
  ]
}