Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/history/manifest.json |
| =================================================================== |
| --- chrome/test/data/extensions/api_test/history/manifest.json (revision 112170) |
| +++ chrome/test/data/extensions/api_test/history/manifest.json (working copy) |
| @@ -1,6 +1,7 @@ |
| { |
| "name": "chrome.history", |
| "version": "0.1", |
| + "manifest_version": 2, |
| "description": "end-to-end browser test for chrome.history API", |
| "permissions": ["history", "tabs"] |
| } |