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

Unified Diff: tests/expecteddata/manifest_edge_devenv.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_devenv.json
diff --git a/tests/expecteddata/manifest_edge_devenv.json b/tests/expecteddata/manifest_edge_devenv.json
index 084a2c83d024a7d950e97db669b830a7526e80a1..9f11c03f0e5f514f42fbd58d1cc2d5a01ba35d3a 100644
--- a/tests/expecteddata/manifest_edge_devenv.json
+++ b/tests/expecteddata/manifest_edge_devenv.json
@@ -34,6 +34,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