From c50a7ad48934bb5563d1b8541b0c53d9cef0af00 Mon Sep 17 00:00:00 2001 From: sethburkart123 Date: Sun, 9 Jun 2024 13:16:05 +1000 Subject: [PATCH] fix: firefox scripting added --- manifest.firefox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.firefox.json b/manifest.firefox.json index 2fa0ada2..5305908d 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -17,7 +17,7 @@ "64": "src/resources/icons/icon-64.png" } }, - "permissions": ["tabs", "notifications", "storage", "activeTab"], + "permissions": ["tabs", "notifications", "storage", "activeTab", "scripting"], "host_permissions": [""], "background": { "scripts": ["src/background.ts"]