Track capabilities
This commit is contained in:
parent
7c4ca73f68
commit
d5e56af27b
1 changed files with 13 additions and 0 deletions
13
src-tauri/capabilities/default.json
Normal file
13
src-tauri/capabilities/default.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": [
|
||||
"main"
|
||||
],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"opener:default",
|
||||
"fs:default"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue