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..3420df7d43b6284839ac15da01fe1907918c0fed 100644 |
--- a/chrome/common/extensions/docs/templates/intros/browserAction.html |
+++ b/chrome/common/extensions/docs/templates/intros/browserAction.html |
@@ -53,7 +53,7 @@ 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> |
+ <em>// equivalent to "default_icon": { "19": "images/icon19.png", "38": "images/icon19.png" }</em> |
not at google - send to devlin
2014/08/26 22:25:41
Just update the 19 to 38 in this example, i.e. ico
gpdavis
2014/08/26 23:24:43
Done.
|
}</b>, |
... |
} |