From b34b3f565172d1587be41514e359c4a235566d9b Mon Sep 17 00:00:00 2001 From: Anton Bershanskiy <45960703+bershanskiy@users.noreply.github.com> Date: Thu, 8 Aug 2019 14:21:42 -0500 Subject: [PATCH] Remove help/* from web_accessible_resources Remove files in help/ directory from web_accessible_resources in manifest.json because the help page opens in context of the extension (no need to expose it to other contexts). --- manifest.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 1fe36a7c..8c713b64 100644 --- a/manifest.json +++ b/manifest.json @@ -32,9 +32,7 @@ "icons/downvote.png", "icons/PlayerInfoIconSponsorBlocker256px.png", "icons/PlayerDeleteIconSponsorBlocker256px.png", - "popup.html", - "help/index.html", - "help/style.css" + "popup.html" ], "permissions": [ "tabs",