summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/bookmarks.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/bookmarks.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/bookmarks.html')
-rw-r--r--chrome/common/extensions/docs/bookmarks.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/extensions/docs/bookmarks.html b/chrome/common/extensions/docs/bookmarks.html
index e98e87d..6b1e178 100644
--- a/chrome/common/extensions/docs/bookmarks.html
+++ b/chrome/common/extensions/docs/bookmarks.html
@@ -301,9 +301,9 @@ in the <a href="manifest.html">extension manifest</a>
to use the bookmarks API.
For example:</p>
<pre>{
- "name": "My extension that uses bookmarks",
- "version": "0.1",
-<b> "permissions": [
+ "name": "My extension",
+ ...
+ <b>"permissions": [
"bookmarks"
]</b>,
...