Index: chrome/test/data/extensions/api_test/tabs/on_updated/manifest.json |
=================================================================== |
--- chrome/test/data/extensions/api_test/tabs/on_updated/manifest.json (revision 112170) |
+++ chrome/test/data/extensions/api_test/tabs/on_updated/manifest.json (working copy) |
@@ -1,6 +1,7 @@ |
{ |
"name": "tabs/on_updated", |
"version": "0.1", |
+ "manifest_version": 2, |
"description": "Tests the behavior of the tabs.onUpdated event with different cases of navigation", |
"background_page": "test.html", |
"permissions": ["tabs"] |