diff --git a/manifest.firefox.json b/manifest.firefox.json index 60a2aae5..2fa0ada2 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -17,8 +17,8 @@ "64": "src/resources/icons/icon-64.png" } }, - "permissions": ["tabs", "notifications", "storage"], - "host_permissions": ["https://newsapi.org/", "*://*/*"], + "permissions": ["tabs", "notifications", "storage", "activeTab"], + "host_permissions": [""], "background": { "scripts": ["src/background.ts"] },