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: Created April 19, 2018, 11:42 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
Index: tests/metadata.chrome
diff --git a/tests/metadata.chrome b/tests/metadata.chrome
index fd5c342937561289ce9b0bfac59a98e74649f98b..c00c6e53db27f56bfba8da852420374834d0cbd4 100644
--- a/tests/metadata.chrome
+++ b/tests/metadata.chrome
@@ -2,19 +2,33 @@
version = 1.2.3
author = eyeo GmbH
basename = adblockpluschrome
-permissions = tabs
- <all_urls>
-optionalPermissions = webRequest
-backgroundScripts = ext/common.js
+backgroundScripts =
+ ext/common.js
ext/background.js
-testScripts = ../ext/common.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]
+devtools_page = devtools.html
+storage.managed_schema = storage.json
+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 +48,6 @@ _modules/*/unit.properties = =*
_imp/*/gecko.dtd = =*
[bundles]
-lib/foo.js = ext/a.js
+lib/foo.js =
+ ext/a.js
lib/b.js

Powered by Google App Engine
This is Rietveld