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: NOCHANGE rebase against `next` (0dd150989c28) Created April 20, 2018, 7:36 a.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 5c0a65e6b6ad1217a937a3b1dfc724f647d6b0ab..5a3fc30a99790ec02ab0d558ade17d02f1015f03 100644
--- a/metadata.chrome
+++ b/metadata.chrome
@@ -2,15 +2,6 @@
basename = adblockpluschrome
version = 3.0.2
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,45 @@ 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
[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]
@@ -131,8 +149,12 @@ lib/adblockplus.js =
lib/csp.js
lib/cssInjection.js
adblockplusui/messageResponder.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
+ 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