Files
Inventory/src-tauri/capabilities/default.json
2024-12-22 10:53:10 -04:00

12 lines
207 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "enables the default permissions",
"windows": [
"main"
],
"permissions": [
"core:default"
]
}