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

Unified Diff: tests/expecteddata/manifest_edge_development_build.json

Issue 29743581: Issue 6552 - Support arbitrary manifest values (Closed) Base URL: https://hg.adblockplus.org/buildtools/file/a3db4a1a49e8
Patch Set: Created April 12, 2018, 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
Index: tests/expecteddata/manifest_edge_development_build.json
diff --git a/tests/expecteddata/manifest_edge_development_build.json b/tests/expecteddata/manifest_edge_development_build.json
index bc6fba0c2b4e3b9b7ee2006ca24f57dabb337b68..8c5799cb78805ab36b09d420a31f34c94f4aad99 100644
--- a/tests/expecteddata/manifest_edge_development_build.json
+++ b/tests/expecteddata/manifest_edge_development_build.json
@@ -33,6 +33,17 @@
"default_locale": "en_US",
"description": "__MSG_description__",
"devtools_page": "devtools.html",
+ "externally_connectable": {
+ "accepts_tls_channel_id": true,
+ "ids": [
+ "foo",
+ "bar"
+ ],
+ "matches": [
+ "https://*.google.com/*",
+ "*://*.chromium.org/*"
+ ]
+ },
"icons": {
"16": "icons/abp-16.png"
},

Powered by Google App Engine
This is Rietveld