summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static/browserAction.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/docs/static/browserAction.html')
-rw-r--r--chrome/common/extensions/docs/static/browserAction.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/chrome/common/extensions/docs/static/browserAction.html b/chrome/common/extensions/docs/static/browserAction.html
index 514f760..0d42e60 100644
--- a/chrome/common/extensions/docs/static/browserAction.html
+++ b/chrome/common/extensions/docs/static/browserAction.html
@@ -41,17 +41,11 @@ like this:
</p>
<pre>"browser_action": {
+ "default_icon": "images/icon19.png", <em>// <b>required</b></em>
"default_title": "Google Mail", <em>// optional; shown in tooltip</em>
- "default_icon": "images/icon19.png", <em>// optional</em>
"popup": "popup.html" <em>// optional</em>
}</pre>
-<p><b>Note:</b> Even if you don't include
- any of the values, you must include an empty
- <b>browser_action</b> entry in the manifest
- so that the system reserves space
- for your browser action in the toolbar.</p>
-
<h2 id="ui">Parts of the UI</h2>
<p>