File size: 264 Bytes
2d8be8f
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "../gen/schemas/desktop-schema.json",
  "identifier": "run-app-base",
  "description": "Base permissions to run the app",
  "windows": ["main"],
  "permissions": [
    "core:default",
    "deep-link:allow-get-current",
    "deep-link:default"
  ]
}