mirror of
https://github.com/louis-e/arnis.git
synced 2025-12-23 14:28:03 -05:00
Added capabilities/
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -37,7 +37,6 @@ Thumbs.db
|
||||
|
||||
# Tauri specific
|
||||
flake/
|
||||
capabilities/
|
||||
gen/
|
||||
|
||||
# Miscellaneous
|
||||
|
||||
10
capabilities/default.json
Normal file
10
capabilities/default.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": ["main"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"shell:allow-open"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user