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).
This commit is contained in:
Anton Bershanskiy
2019-08-08 14:21:42 -05:00
committed by GitHub
parent 18909ffef6
commit b34b3f5651

View File

@@ -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",