diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json new file mode 100644 index 0000000..03ac4f0 --- /dev/null +++ b/src-tauri/capabilities/default.json @@ -0,0 +1,11 @@ +{ + "identifier": "default", + "description": "Default capabilities for the main Wraith window", + "windows": ["main"], + "permissions": [ + "core:default", + "core:event:default", + "core:window:default", + "shell:allow-open" + ] +}