Index: chrome/test/data/extensions/api_test/webrequest/manifest.json |
=================================================================== |
--- chrome/test/data/extensions/api_test/webrequest/manifest.json (revision 112565) |
+++ chrome/test/data/extensions/api_test/webrequest/manifest.json (working copy) |
@@ -1,6 +1,7 @@ |
{ |
"name": "webRequest", |
"version": "1.0", |
+ "manifest_version": 2, |
"description": "Tests the webRequest API.", |
"permissions": ["webRequest", "webRequestBlocking", "tabs", "http://*.a.com/*"] |
} |