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

Unified Diff: chrome/common/extensions/docs/templates/articles/manifest.html

Issue 14037008: App and Extension Documentation: Don't forbid non-standard icon sizes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/articles/manifest.html
diff --git a/chrome/common/extensions/docs/templates/articles/manifest.html b/chrome/common/extensions/docs/templates/articles/manifest.html
index 911d96390e60ec561995f411c34e99f58e334c90..1e280ea8635ca233ab8e3b6314d29cf22dfb77b0 100644
--- a/chrome/common/extensions/docs/templates/articles/manifest.html
+++ b/chrome/common/extensions/docs/templates/articles/manifest.html
@@ -184,17 +184,11 @@ Here's an example of specifying the icons:
</pre>
<p class="note">
-<b>Important:</b>
-Use only the documented icon sizes.
-<br><br>
-You might notice that Chrome sometimes resizes these icons down to smaller
-sizes. For example, the install dialog might shrink the 128-pixel
-icon down to 69 pixels.
-<br><br>
-However, the details of
-Chrome's UI may change between versions, and these changes assume that
-developers are using the documented sizes. If you use other sizes,
-your icon may look bad in future versions of the browser.
+You may provide icons of any other size you wish, and Chrome will attempt to use
+the best size where appropriate. For example, Windows often requires 32-pixel
+icons, and if the app includes a 32-pixel icon, Chrome will choose that instead
+of shrinking a 48-pixel icon down. However, you should ensure that all of your
+icons are square, or unexpected behavior may result.
</p>
<p>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698