diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index ebf9e45..bc9938e 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -30,6 +30,14 @@ "clipboard-manager:allow-write-text", "notification:default", "log:default", + { + "identifier": "fs:scope", + "allow": [ + { + "path": "**" + } + ] + }, { "identifier": "opener:allow-open-path", "allow": [ @@ -50,15 +58,13 @@ "identifier": "opener:allow-open-url", "allow": [ { - "url": "**" - } - ] - }, - { - "identifier": "fs:scope", - "allow": [ + "url": "https://chromewebstore.google.com" + }, { - "path": "**" + "url": "https://addons.mozilla.org" + }, + { + "url": "https://github.com" } ] }