Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3862)

Unified Diff: chrome/common/extensions/docs/templates/intros/browserAction.html

Issue 508783002: Update old syntax for action default_icon to populate 19 and 38px icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Docs update Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>,
...
}

Powered by Google App Engine
This is Rietveld 408576698