From 0175ee3690c9ea464efffcba0aa8fcd8eb1590a1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 7 Oct 2022 20:44:44 +0545 Subject: [PATCH] manifest: drop web_accessible_resources There should be no need for this icon to be accessible by the open web. --- manifest.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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" - ] + } } -- 2.39.2