| 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 514f7607842a0e1fccbcd4b0cd43eb040fc1223d..0d42e601aaec96f14c56c4677f5be3b64ae00f82 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>
|
|
|