| Index: chrome/common/extensions/docs/static/browserAction.html
|
| diff --git a/chrome/common/extensions/docs/static/browserAction.html b/chrome/common/extensions/docs/static/browserAction.html
|
| index 40da9685533a3a3238e77d068f928bb81ed29386..dbc3a5331361006131065499f690fec2687263c1 100644
|
| --- a/chrome/common/extensions/docs/static/browserAction.html
|
| +++ b/chrome/common/extensions/docs/static/browserAction.html
|
| @@ -47,7 +47,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>,
|
| @@ -57,8 +57,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>.
|
|
|