From 865908c0181b73097fb3827598b0d2ef698aeeed Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Mon, 4 Dec 2023 16:30:17 +1100 Subject: [PATCH] remove declarativeContent optional permission --- public/manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index f823b0fb..3b33a730 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -22,7 +22,6 @@ "background": { "service_worker": "background.js" }, - "optional_permissions": ["declarativeContent"], "content_scripts": [ { "matches": ["*://*/*"],