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"]