Index: manifest.json |
=================================================================== |
--- a/manifest.json |
+++ b/manifest.json |
@@ -18,18 +18,18 @@ |
"128": "icons/abp-128.png" |
}, |
"permissions": [ |
"tabs", "http://*/*", "https://*/*", "contextMenus", "webRequest", "webRequestBlocking", "unlimitedStorage" |
], |
"background": { |
"scripts": [ |
"lib/adblockplus_compat.js", "lib/adblockplus.js", "lib/punycode.js", |
- "lib/publicSuffixList.js", "lib/basedomain.js", "webrequest.js", |
- "background.js" |
+ "lib/publicSuffixList.js", "lib/basedomain.js", "lib/sha1.js", |
+ "lib/jsbn.js", "lib/rsa.js", "webrequest.js", "background.js" |
] |
}, |
"options_page": "options.html", |
"content_scripts": [ |
{ |
"matches": ["http://*/*", "https://*/*"], |
"js": ["include.preload.js"], |
"run_at": "document_start", |