Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/webnavigation/manifest.json |
| diff --git a/chrome/test/data/extensions/api_test/webnavigation/manifest.json b/chrome/test/data/extensions/api_test/webnavigation/manifest.json |
| index 0b64814be2b6dc8b709533941ff6767be9a41182..b179c5494e4fac3199eb3b1cf54ee72c407ce8b4 100644 |
| --- a/chrome/test/data/extensions/api_test/webnavigation/manifest.json |
| +++ b/chrome/test/data/extensions/api_test/webnavigation/manifest.json |
| @@ -1,6 +1,7 @@ |
| { |
| "name": "webNavigation", |
| "version": "1.0", |
| + "manifest_version": 2, |
| "description": "Tests the webNavigation API events.", |
| "permissions": ["webNavigation", "tabs"] |
| } |