Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/alert/manifest.json |
| =================================================================== |
| --- chrome/test/data/extensions/api_test/alert/manifest.json (revision 111763) |
| +++ chrome/test/data/extensions/api_test/alert/manifest.json (working copy) |
| @@ -1,6 +1,7 @@ |
| { |
| "name": "background page alert crash", |
| "version": "0.1", |
| + "manifest_version": 2, |
| "description": "Pops up an alert dialog from the bg page", |
| "background_page": "test.html" |
| } |