From 93c0755c057d180056de11767d32d409142cb704 Mon Sep 17 00:00:00 2001 From: "Peter.Morton" Date: Wed, 30 Jul 2025 20:35:47 -0500 Subject: [PATCH] updated permissions to include tabs --- browser-extension/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser-extension/manifest.json b/browser-extension/manifest.json index 1381b5e..22fd6b6 100644 --- a/browser-extension/manifest.json +++ b/browser-extension/manifest.json @@ -9,7 +9,7 @@ "side_panel": { "default_path": "src/pages/side-panel/index.html" }, - "permissions": ["sidePanel", "storage"], + "permissions": ["sidePanel", "tabs"], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" },