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

Unified Diff: metadata.chrome

Issue 29756688: Issue 6567 - Update buildtools to 47429f8d9b6a (Closed)
Patch Set: Created April 19, 2018, 1: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 | « dependencies ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.chrome
diff --git a/metadata.chrome b/metadata.chrome
index ec197c3008a9e3499fb5a967e0ce76b64ffd4f89..7bebe131ebf7692a2d820c5010e2836cc877a16a 100644
--- a/metadata.chrome
+++ b/metadata.chrome
@@ -2,15 +2,6 @@
basename = adblockpluschrome
version = 3.0.3
author = eyeo GmbH
-permissions = tabs
- <all_urls>
- contextMenus
- webRequest
- webRequestBlocking
- webNavigation
- storage
- unlimitedStorage
- notifications
backgroundScripts = polyfill.js
ext/common.js
ext/background.js
@@ -24,18 +15,46 @@ testScripts = ../polyfill.js
../lib/publicSuffixList.js
tests.js
options = options.html
-devtools = devtools.html
-browserAction = icons/abp-16.png icons/abp-19.png icons/abp-20.png icons/abp-32.png icons/abp-38.png icons/abp-40.png popup.html
-icons = icons/abp-16.png icons/abp-32.png icons/detailed/abp-48.png
- icons/detailed/abp-64.png icons/detailed/abp-128.png
-managedStorageSchema = managed-storage-schema.json
+browserAction =
+ icons/abp-16.png
+ icons/abp-19.png
+ icons/abp-20.png
+ icons/abp-32.png
+ icons/abp-38.png
+ icons/abp-40.png
+ popup.html
+icons =
+ icons/abp-16.png
+ icons/abp-32.png
+ icons/detailed/abp-48.png
+ icons/detailed/abp-64.png
+ icons/detailed/abp-128.png
+
+[manifest]
+devtools_page = devtools.html
+storage.managed_schema = managed-storage-schema.json
+permissions =
+ tabs
+ <all_urls>
+ contextMenus
+ webRequest
+ webRequestBlocking
+ webNavigation
+ storage
+ unlimitedStorage
+ notifications
+
Sebastian Noack 2018/04/19 13:19:54 Nit: Two blank lines between sections is inconsist
tlucas 2018/04/19 13:26:17 Done.
[compat]
chrome = 49.0
opera = 36.0
[contentScripts]
-document_start = polyfill.js ext/common.js ext/content.js include.preload.js
+document_start =
+ polyfill.js
+ ext/common.js
+ ext/content.js
+ include.preload.js
document_end = include.postload.js
[mapping]
@@ -132,8 +151,11 @@ lib/adblockplus.js =
lib/cssInjection.js
adblockplusui/messageResponder.js
background.js
-include.preload.js = include.preload.js inject.preload.js
-include.postload.js = subscriptionLink.postload.js composer.postload.js
+include.preload.js =
+ include.preload.js
+ inject.preload.js
+include.postload.js = subscriptionLink.postload.js
Sebastian Noack 2018/04/19 13:19:54 Nit: Any reason to not move the first item to the
tlucas 2018/04/19 13:26:17 Not at all - changed it.
+ composer.postload.js
qunit/tests.js =
qunit/common.js
qunit/tests/prefs.js
« no previous file with comments | « dependencies ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld