Index: chrome/common/extensions/docs/templates/articles/first_app.html |
diff --git a/chrome/common/extensions/docs/templates/articles/first_app.html b/chrome/common/extensions/docs/templates/articles/first_app.html |
index bf9aaa0d9b4d08e4071817e055926de38f468b16..695a9df2d7469203bd452befe7096290fa29320d 100644 |
--- a/chrome/common/extensions/docs/templates/articles/first_app.html |
+++ b/chrome/common/extensions/docs/templates/articles/first_app.html |
@@ -47,6 +47,7 @@ describes this manifest in detail): |
"name": "Hello World!", |
"description": "My first Chrome App.", |
"version": "0.1", |
+ "manifest_version": 2, |
"app": { |
"background": { |
"scripts": ["background.js"] |