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

Unified Diff: metadata.chrome

Issue 6393086494113792: Issue 154 - Added devtools panel showing blocked and blockable items (Closed)
Patch Set: Moved UI to adblockplusui repo Created Jan. 7, 2015, 1:46 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/devtools.js ('k') | metadata.common » ('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,12 +13,13 @@
unlimitedStorage
notifications
options = options.html
+devtools = devtools.html
browserAction = icons/abp-19.png icons/abp-38.png popup.html
icons = icons/abp-16.png icons/abp-32.png icons/abp-48.png icons/abp-128.png
webAccessible = block.html
[compat]
-chrome = 28.0
+chrome = 29.0
[convert_js]
lib/io.js = lib/filesystem/io.js
@@ -32,6 +33,12 @@
icons/abp-38-notification-critical.png = chrome/icons/abp-38-notification-critical.png
icons/abp-38-notification-information.png = chrome/icons/abp-38-notification-information.png
icons/abp-48.png = chrome/icons/abp-48.png
+ext/devtools.js = chrome/ext/devtools.js
+devtools.html = chrome/devtools.html
+devtools.js = chrome/devtools.js
+devtools-panel.html = adblockplusui/devtools-panel.html
+devtools-panel.js = adblockplusui/devtools-panel.js
+skin/devtools-panel.css = adblockplusui/skin/devtools-panel.css
[convert_img]
icons/abp-19-notification-critical-1.png = chrome/icons/abp-19.png -> blend(chrome/icons/abp-19-notification-critical.png, 0.1)
« no previous file with comments | « lib/devtools.js ('k') | metadata.common » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld