| Index: chrome/common/extensions/docs/templates/intros/browserAction.html
|
| diff --git a/chrome/common/extensions/docs/templates/intros/browserAction.html b/chrome/common/extensions/docs/templates/intros/browserAction.html
|
| index 96c02dd959121d907cd04efbc21ed974f25cc706..d7f93cf4540b4d1d1f4a83f42ed71c5df7f65c81 100644
|
| --- a/chrome/common/extensions/docs/templates/intros/browserAction.html
|
| +++ b/chrome/common/extensions/docs/templates/intros/browserAction.html
|
| @@ -52,8 +52,8 @@ default icon is still supported:
|
| ...
|
| <b>"browser_action": {
|
| ...
|
| - "default_icon": "images/icon19.png" <em>// optional</em>
|
| - <em>// equivalent to "default_icon": { "19": "images/icon19.png" }</em>
|
| + "default_icon": "images/icon38.png" <em>// optional</em>
|
| + <em>// equivalent to "default_icon": { "38": "images/icon38.png" }</em>
|
| }</b>,
|
| ...
|
| }
|
| @@ -162,7 +162,7 @@ $(ref:browserAction.setPopup) method.
|
| that make sense for only a few pages.
|
| Use <a href="pageAction">page actions</a> instead.
|
| <li><b>Do</b> use big, colorful icons that make the most of
|
| - the 19x19-pixel space.
|
| + the 38x38-pixel space.
|
| Browser action icons should seem a little bigger
|
| and heavier than page action icons.
|
| <li><b>Don't</b> attempt to mimic
|
|
|