summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/manifest.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/docs/manifest.html')
-rw-r--r--chrome/common/extensions/docs/manifest.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html
index 952768c..1c5d814 100644
--- a/chrome/common/extensions/docs/manifest.html
+++ b/chrome/common/extensions/docs/manifest.html
@@ -253,12 +253,12 @@ are <b>name</b> and <b>version</b>.
"<a href="autoupdate.html">update_url</a>": "http://<em>path/to/updateInfo</em>.xml",
"<a href="background_pages.html">background_page</a>": "<em>aFile</em>.html",
- "<a href="browserAction.html">brower_action</a>": [...],
+ "<a href="browserAction.html">brower_action</a>": {...},
"<a href="content_scripts.html">content_scripts</a>": [...],
- "<a href="pageAction.html">page_action</a>": [...],
+ "<a href="pageAction.html">page_action</a>": {...},
"<a href="#permissions">permissions</a>": [...],
"<a href="npapi.html">plugins</a>": [...],
- "<a href="themes.html">theme</a>": [...],
+ "<a href="themes.html">theme</a>": {...},
"<a href="toolstrip.html">toolstrips</a>": [...]
}
</pre>