Commit c0800ed6 authored by mgiuca@chromium.org's avatar mgiuca@chromium.org

Documentation: First App: Added manifest_version line to example code.

This line is required for app manifests, so it should be in the sample
manifest in the tutorial.

BUG=374672
NOTRY=true

Review URL: https://codereview.chromium.org/293523003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271513 0039d316-1c4b-4281-b951-d872f2087c98
parent a9f98649
...@@ -47,6 +47,7 @@ describes this manifest in detail): ...@@ -47,6 +47,7 @@ describes this manifest in detail):
"name": "Hello World!", "name": "Hello World!",
"description": "My first Chrome App.", "description": "My first Chrome App.",
"version": "0.1", "version": "0.1",
"manifest_version": 2,
"app": { "app": {
"background": { "background": {
"scripts": ["background.js"] "scripts": ["background.js"]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment