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

Unified Diff: metadata.chrome

Issue 9496013: Pop-up blocking functionality for Chrome (Closed)
Patch Set: Use webNavigation API rather than tabs API (see issue 13021) Created March 5, 2013, 12:14 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 | « no previous file | popupBlocker.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.chrome
===================================================================
--- a/metadata.chrome
+++ b/metadata.chrome
@@ -13,16 +13,17 @@ backgroundScripts = lib/adblockplus_comp
popupBlocker.js
background.js
permissions = tabs
http://*/*
https://*/*
contextMenus
webRequest
webRequestBlocking
+ webNavigation
unlimitedStorage
options = options.html
pageAction = icons/abp-19.png popup.html
icons = icons/abp-?.png
webAccessible = block.html
[contentScripts]
document_start = include.preload.js
« no previous file with comments | « no previous file | popupBlocker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld