Index: tests/expecteddata/manifest_chrome_devenv.json |
diff --git a/tests/expecteddata/manifest_chrome_devenv.json b/tests/expecteddata/manifest_chrome_devenv.json |
index dc1ea7c5d1cbb5a16133c6155ad58d19e6cc0449..812d9b7f71decd168b5962a87e00793a46870188 100644 |
--- a/tests/expecteddata/manifest_chrome_devenv.json |
+++ b/tests/expecteddata/manifest_chrome_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" |
}, |