| Index: chrome/test/data/extensions/api_test/content_scripts/extension_iframe/manifest.json
|
| ===================================================================
|
| --- chrome/test/data/extensions/api_test/content_scripts/extension_iframe/manifest.json (revision 111763)
|
| +++ chrome/test/data/extensions/api_test/content_scripts/extension_iframe/manifest.json (working copy)
|
| @@ -1,6 +1,7 @@
|
| {
|
| "name": "content_script_extension_iframe",
|
| "version": "1.0",
|
| + "manifest_version": 2,
|
| "description": "Tests that a chrome-extension iframe gets messaging privileges",
|
| "background_page": "test.html",
|
| "permissions": ["tabs"],
|
|
|