From b82faab2485dc093b3ab85ce3ebced8b0d5b87d3 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Wed, 29 May 2024 11:12:21 +1000 Subject: [PATCH] update firefox manifest --- manifest.firefox.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] },