From 3684a0d5786c84427c625350c7bf4ab48be96112 Mon Sep 17 00:00:00 2001 From: z0ccc Date: Sat, 11 Jun 2022 23:25:41 -0400 Subject: [PATCH] Removed web_accessible_resources --- src/manifest.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 32c7eda..be406cc 100755 --- a/src/manifest.json +++ b/src/manifest.json @@ -11,11 +11,5 @@ }, "icons": { "128": "icon-128.png" - }, - "web_accessible_resources": [ - { - "resources": ["icon-128.png", "icon-32.png"], - "matches": [] - } - ] + } }