aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMahesh Sanikommu <[email protected]>2025-09-03 13:01:24 -0700
committerGitHub <[email protected]>2025-09-03 13:01:24 -0700
commitade1b6732caddc50d6ee36edbf92f9f0d5cd4cd4 (patch)
tree1471b61944ccede286153df79d677166bbf5c7ba /apps
parentfeat: new tools package (#407) (diff)
downloadsupermemory-ade1b6732caddc50d6ee36edbf92f9f0d5cd4cd4.tar.xz
supermemory-ade1b6732caddc50d6ee36edbf92f9f0d5cd4cd4.zip
fix: remove the scripting for extension (#411)
Diffstat (limited to 'apps')
-rw-r--r--apps/browser-extension/wxt.config.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/browser-extension/wxt.config.ts b/apps/browser-extension/wxt.config.ts
index 7b877abd..0ef00bd2 100644
--- a/apps/browser-extension/wxt.config.ts
+++ b/apps/browser-extension/wxt.config.ts
@@ -15,7 +15,6 @@ export default defineConfig({
permissions: [
"contextMenus",
"storage",
- "scripting",
"activeTab",
"webRequest",
"tabs",