diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-20 23:42:06 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-20 23:42:06 +0000 |
commit | 717d9d19e8a95c72ff6952b1f89c174a21fc2468 (patch) | |
tree | 76f67bb6aa4a6f60db13252337a4cf912ba3c05a /chrome/common/extensions/docs | |
parent | a4b3a21860a9e799110b3a583130f940f6ae18e1 (diff) | |
download | chromium_src-717d9d19e8a95c72ff6952b1f89c174a21fc2468.zip chromium_src-717d9d19e8a95c72ff6952b1f89c174a21fc2468.tar.gz chromium_src-717d9d19e8a95c72ff6952b1f89c174a21fc2468.tar.bz2 |
Add a note to the docs warning users to use only the
documented icons sizes.
BUG=42992
Review URL: http://codereview.chromium.org/2073016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47862 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs')
-rw-r--r-- | chrome/common/extensions/docs/manifest.html | 16 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/manifest.html | 16 |
2 files changed, 32 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>, diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html index ef24119..eb66c81 100644 --- a/chrome/common/extensions/docs/static/manifest.html +++ b/chrome/common/extensions/docs/static/manifest.html @@ -100,6 +100,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>, |