Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9218)

Unified Diff: chrome/common/extensions/docs/templates/articles/first_app.html

Issue 293523003: Documentation: First App: Added manifest_version line to example code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698