| 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" | 
| }, | 
|  |