summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static/npapi.html
diff options
context:
space:
mode:
authorkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-07 20:06:50 +0000
committerkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-07 20:06:50 +0000
commit748c29f8976f56a48b5ab49ed48e7e66e2593a07 (patch)
tree00a29a298c2f704edceffe46cab0345cb022a06a /chrome/common/extensions/docs/static/npapi.html
parent3a70409ea03144e5aeb18596be1fd819fabacbd0 (diff)
downloadchromium_src-748c29f8976f56a48b5ab49ed48e7e66e2593a07.zip
chromium_src-748c29f8976f56a48b5ab49ed48e7e66e2593a07.tar.gz
chromium_src-748c29f8976f56a48b5ab49ed48e7e66e2593a07.tar.bz2
Make all the manifest examples consistent.
Also added/removed a few commas. TBR=aa TEST=none BUG=none Review URL: http://codereview.chromium.org/465102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33981 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static/npapi.html')
-rw-r--r--chrome/common/extensions/docs/static/npapi.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/static/npapi.html b/chrome/common/extensions/docs/static/npapi.html
index f6f33b9..8490bb3 100644
--- a/chrome/common/extensions/docs/static/npapi.html
+++ b/chrome/common/extensions/docs/static/npapi.html
@@ -40,10 +40,11 @@ follow these steps to get your extension using it.
<pre>{
"name": "My extension",
...
-<b> "plugins": [
+ <b>"plugins": [
{ "path": "content_plugin.dll", "public": true },
{ "path": "extension_plugin.dll" }
- ]</b>
+ ]</b>,
+ ...
}</pre>
<p>