From: Mike Frysinger Date: Fri, 7 Oct 2022 14:59:44 +0000 (+0545) Subject: manifest: drop web_accessible_resources X-Git-Tag: v2.0~6 X-Git-Url: https://git.wh0rd.org/?p=chrome-ext%2Fclearhistory-advance-fork.git;a=commitdiff_plain;h=0175ee3690c9ea464efffcba0aa8fcd8eb1590a1 manifest: drop web_accessible_resources There should be no need for this icon to be accessible by the open web. --- diff --git a/manifest.json b/manifest.json index 7c6425b..2904a3f 100644 --- a/manifest.json +++ b/manifest.json @@ -33,8 +33,5 @@ "32": "images/icon32.png", "48": "images/icon48.png", "128": "images/icon128.png" - }, - "web_accessible_resources": [ - "images/icon128.png" - ] + } }