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