Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: manifest.json

Issue 8401061: Added handling of $sitekey exceptions (Closed)
Patch Set: Created Sept. 25, 2012, 2:08 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/basedomain.js ('k') | qunit/tests/baseDomain.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « lib/basedomain.js ('k') | qunit/tests/baseDomain.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld