From 4a974dc9cdaa402ff10b2971464448fcd08db301 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Wed, 14 Jan 2026 11:14:34 +0800 Subject: feat: add default capabilities configuration for the DropOut launcher --- src-tauri/capabilities/default.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src-tauri/capabilities/default.json (limited to 'src-tauri/capabilities') diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json new file mode 100644 index 0000000..894b905 --- /dev/null +++ b/src-tauri/capabilities/default.json @@ -0,0 +1,17 @@ +{ + "$schema": "../gen/schemas/desktop-schema.json", + "identifier": "default", + "description": "Default capabilities for the DropOut launcher", + "windows": ["main"], + "permissions": [ + "core:default", + "core:event:default", + "core:event:allow-listen", + "core:event:allow-emit", + "core:app:default", + "core:app:allow-version", + "core:path:default", + "core:window:default", + "shell:allow-open" + ] +} -- cgit v1.2.3-70-g09d2