Added capabilities/

This commit is contained in:
louis-e
2024-12-25 01:42:08 +01:00
parent 5121f3b647
commit b13f8cb96a
2 changed files with 10 additions and 1 deletions

1
.gitignore vendored
View File

@@ -37,7 +37,6 @@ Thumbs.db
# Tauri specific
flake/
capabilities/
gen/
# Miscellaneous

10
capabilities/default.json Normal file
View 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"
]
}