From ec4e60a57e41efbcc718cf6bd94cbd07113d6ef1 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Sat, 26 Oct 2024 14:33:42 -0400 Subject: [PATCH] Update manifest.json --- platform/chromium/manifest.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index d263425..43a29bf 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -13,15 +13,11 @@ "default_popup": "pub/index.html" }, "permissions": [ - "activeTab", - "declarativeContent" + "tabs" ], "background": { "service_worker": "js/background.js" }, - "host_permissions": [ - "" - ], "description": "An extension that detects starred, safe, unsafe or potentially unsafe sites using the FMHY Filterlist.", "minimum_chrome_version": "100" }