Commit 1af93e81 authored by mgiuca@chromium.org's avatar mgiuca@chromium.org

App and Extension Documentation: Don't forbid non-standard icon sizes.

Now it explicitly says that apps and extensions may use any size of icon, but
still recommends certain basic sizes, in particular 128x128.

BUG=230281

Review URL: https://chromiumcodereview.appspot.com/14037008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194776 0039d316-1c4b-4281-b951-d872f2087c98
parent bf08f73f
...@@ -184,17 +184,11 @@ Here's an example of specifying the icons: ...@@ -184,17 +184,11 @@ Here's an example of specifying the icons:
</pre> </pre>
<p class="note"> <p class="note">
<b>Important:</b> You may provide icons of any other size you wish, and Chrome will attempt to use
Use only the documented icon sizes. the best size where appropriate. For example, Windows often requires 32-pixel
<br><br> icons, and if the app includes a 32-pixel icon, Chrome will choose that instead
You might notice that Chrome sometimes resizes these icons down to smaller of shrinking a 48-pixel icon down. However, you should ensure that all of your
sizes. For example, the install dialog might shrink the 128-pixel icons are square, or unexpected behavior may result.
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.
</p> </p>
<p> <p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment