| Index: chrome/test/data/extensions/api_test/app_background_page/two_with_manifest/manifest.json
|
| ===================================================================
|
| --- chrome/test/data/extensions/api_test/app_background_page/two_with_manifest/manifest.json (revision 111763)
|
| +++ chrome/test/data/extensions/api_test/app_background_page/two_with_manifest/manifest.json (working copy)
|
| @@ -1,6 +1,7 @@
|
| {
|
| "name": "app_background_page/two_pages",
|
| "version": "0.1",
|
| + "manifest_version": 2,
|
| "description": "Tests that opening a second background page in concert with a manifest-provided page results in the manifest page being closed.",
|
| "background_page": "test.html",
|
| "permissions": ["tabs", "http://a.com/*"],
|
|
|