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

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: Updated unit test 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..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

Powered by Google App Engine
This is Rietveld 408576698