File size: 318 Bytes
2d8be8f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "$schema": "../gen/schemas/desktop-schema.json",
  "identifier": "secondary-window",
  "description": "capability for secondary window",
  "windows": ["main-*"],
  "permissions": [
    {
      "identifier": "sample:allow-ping",
      "deny": [
        {
          "path": "tauri.app"
        }
      ]
    }
  ]
}