Index: chrome/test/data/extensions/common/background_page/manifest.json |
=================================================================== |
--- chrome/test/data/extensions/common/background_page/manifest.json (revision 112827) |
+++ chrome/test/data/extensions/common/background_page/manifest.json (working copy) |
@@ -2,5 +2,6 @@ |
"description": "Extension which has just a background page", |
"name": "background_page", |
"background_page": "background.html", |
+ "manifest_version": 2, |
"version": "0.1" |
} |