summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/manifest.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/docs/manifest.html')
-rw-r--r--chrome/common/extensions/docs/manifest.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html
index c7c332f..e29ff57 100644
--- a/chrome/common/extensions/docs/manifest.html
+++ b/chrome/common/extensions/docs/manifest.html
@@ -370,6 +370,22 @@ Here's an example of specifying the icons:
"128": "icon128.png" },
</pre>
+<p class="note">
+<b>Note:</b>
+Use only the documented icon sizes.
+<br><br>
+You may notice that Google Chrome sometimes resizes these icons down to smaller
+sizes. For example, as of this writing, the install dialog shrinks the 128px
+icon down to 69px.
+<br><br>
+Nevertheless, you should use only the documented sizes. The details of Google
+Chrome's UI may change between versions. These changes are made assuming that
+extension developers are using the documented sizes. If you use other sizes,
+your icon may look bad in future versions of the browser.
+</p>
+
+
+
<p>
If you submit your extension to the
<a href="https://chrome.google.com/extensions">gallery</a>,