Index: chrome/test/data/extensions/api_test/messaging/connect/manifest.json |
=================================================================== |
--- chrome/test/data/extensions/api_test/messaging/connect/manifest.json (revision 112170) |
+++ chrome/test/data/extensions/api_test/messaging/connect/manifest.json (working copy) |
@@ -1,6 +1,7 @@ |
{ |
"name": "connect_external", |
"version": "1.0", |
+ "manifest_version": 2, |
"description": "Tests connect from a content script.", |
"permissions": ["tabs"], |
"background_page": "test.html", |