Index: chrome/test/data/extensions/js_injection_background/manifest.json |
=================================================================== |
--- chrome/test/data/extensions/js_injection_background/manifest.json (revision 112827) |
+++ chrome/test/data/extensions/js_injection_background/manifest.json (working copy) |
@@ -3,6 +3,7 @@ |
"description": "Tests JS injection into an extension's background page. |
The name of a DOM node in the background page is returned and verified.", |
"version": "0.1", |
+ "manifest_version": 2, |
"background_page": "bg.html", |
"browser_action": { |
"default_title": "Browser Action" |