Index: chrome/common/extensions/docs/browserAction.html |
diff --git a/chrome/common/extensions/docs/browserAction.html b/chrome/common/extensions/docs/browserAction.html |
index f8b505ffa06afaa494d24ade3e9deed93bda19ff..d1a57f863cc04d72d952575e893981142f4d7f04 100644 |
--- a/chrome/common/extensions/docs/browserAction.html |
+++ b/chrome/common/extensions/docs/browserAction.html |
@@ -385,7 +385,7 @@ like this: |
"name": "My extension", |
... |
<b>"browser_action": { |
- "default_icon": "images/icon19.png", <em>// <b>required</b></em> |
+ "default_icon": "images/icon19.png", <em>// optional</em> |
"default_title": "Google Mail", <em>// optional; shown in tooltip</em> |
"default_popup": "popup.html" <em>// optional</em> |
}</b>, |
@@ -395,8 +395,7 @@ like this: |
<h2 id="ui">Parts of the UI</h2> |
<p> |
-A browser action must have an <a href="#icon">icon</a>. |
-It can also have |
+A browser action can have an <a href="#icon">icon</a>, |
a <a href="#tooltip">tooltip</a>, |
a <a href="#badge">badge</a>, |
and a <a href="#popups">popup</a>. |