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

Unified Diff: tests/metadata.chrome

Issue 29743581: Issue 6552 - Support arbitrary manifest values (Closed) Base URL: https://hg.adblockplus.org/buildtools/file/a3db4a1a49e8
Patch Set: NOCHANGE rebase against current master (30b4e987f025) Created April 18, 2018, 2:35 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 | « tests/expecteddata/manifest_gecko_release_build.json ('k') | tests/metadata.edge » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/metadata.chrome
diff --git a/tests/metadata.chrome b/tests/metadata.chrome
index fd5c342937561289ce9b0bfac59a98e74649f98b..66d146f459d6a1cc9c4e3d03480c771c7567233c 100644
--- a/tests/metadata.chrome
+++ b/tests/metadata.chrome
@@ -2,19 +2,32 @@
version = 1.2.3
author = eyeo GmbH
basename = adblockpluschrome
-permissions = tabs
- <all_urls>
-optionalPermissions = webRequest
-backgroundScripts = ext/common.js
- ext/background.js
-testScripts = ../ext/common.js
- ../ext/background.js
+backgroundScripts =
+ ext/common.js
+ ext/background.js
+testScripts =
+ ../ext/common.js
+ ../ext/background.js
devtools = devtools.html
options = options.html
managedStorageSchema = storage.json
browserAction = icons/abp-16.png icons/abp-19.png icons/abp-53.png popup.html
icons = icons/abp-16.png
-webAccessible = images/*.png
+
+[manifest]
+permissions[] =
+ tabs
+ <all_urls>
+optional_permissions[] = webRequest
+web_accessible_resources[] =
+ images/*.png
+externally_connectable.matches[] =
+ https://*.google.com/*
+ *://*.chromium.org/*
+externally_connectable.ids[] =
+ foo
+ bar
+externally_connectable.accepts_tls_channel_id = bool:true
[contentScripts]
planets = content.js
@@ -34,5 +47,6 @@ _modules/*/unit.properties = =*
_imp/*/gecko.dtd = =*
[bundles]
-lib/foo.js = ext/a.js
- lib/b.js
+lib/foo.js =
+ ext/a.js
+ lib/b.js
« no previous file with comments | « tests/expecteddata/manifest_gecko_release_build.json ('k') | tests/metadata.edge » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld