| Index: tests/expecteddata/manifest_gecko_development_build.json | 
| diff --git a/tests/expecteddata/manifest_gecko_development_build.json b/tests/expecteddata/manifest_gecko_development_build.json | 
| index 68dfe9c3d85bae094ddb92772d0f1ca53eaa72c1..7fb173746e45ed20e976f690b45bacd73397e388 100644 | 
| --- a/tests/expecteddata/manifest_gecko_development_build.json | 
| +++ b/tests/expecteddata/manifest_gecko_development_build.json | 
| @@ -40,6 +40,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" | 
| }, | 
|  |