diff options
author | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-25 17:50:12 +0000 |
---|---|---|
committer | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-25 17:50:12 +0000 |
commit | fcc3b54139d81559d596916df1df0da52a9a36d7 (patch) | |
tree | 2080ef88a94eed5655033083660f0a6dc09e0905 /chrome/common/extensions | |
parent | 838e1a9223aa5cbdbcedec1a1d54af3776cd4ce5 (diff) | |
download | chromium_src-fcc3b54139d81559d596916df1df0da52a9a36d7.zip chromium_src-fcc3b54139d81559d596916df1df0da52a9a36d7.tar.gz chromium_src-fcc3b54139d81559d596916df1df0da52a9a36d7.tar.bz2 |
Add info about favicons.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1323001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42638 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions')
-rw-r--r-- | chrome/common/extensions/docs/manifest.html | 10 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/manifest.html | 10 |
2 files changed, 12 insertions, 8 deletions
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html index 1309f48..8b0de00 100644 --- a/chrome/common/extensions/docs/manifest.html +++ b/chrome/common/extensions/docs/manifest.html @@ -344,11 +344,16 @@ see <a href="i18n.html">Internationalization</a> for details. <p> One or more icons that represent the extension. -You should provide icons in two sizes — +You should provide icons in at least two sizes — 48x48 and 128x128 pixels. The 48x48 icon is used in the extensions management page (chrome://extensions). The 128x128 icon is used when the user installs the extension. +You can also specify a 16x16 icon to be used as the favicon +for the extension's pages. +The 16x16 icon is also displayed in the experimental +<a href="experimental.infobars.html">infobar</a> +feature. </p> <p> @@ -365,9 +370,6 @@ Here's an example of specifying the icons: </pre> <p> -If you use infobars, you should also specify -a 16x16-pixel logo, for displaying within the -infobar. If you submit your extension to the <a href="https://chrome.google.com/extensions">gallery</a>, you'll need to upload additional images, diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html index 2b6dc86..3dadd21 100644 --- a/chrome/common/extensions/docs/static/manifest.html +++ b/chrome/common/extensions/docs/static/manifest.html @@ -74,11 +74,16 @@ see <a href="i18n.html">Internationalization</a> for details. <p> One or more icons that represent the extension. -You should provide icons in two sizes — +You should provide icons in at least two sizes — 48x48 and 128x128 pixels. The 48x48 icon is used in the extensions management page (chrome://extensions). The 128x128 icon is used when the user installs the extension. +You can also specify a 16x16 icon to be used as the favicon +for the extension's pages. +The 16x16 icon is also displayed in the experimental +<a href="experimental.infobars.html">infobar</a> +feature. </p> <p> @@ -96,9 +101,6 @@ Here's an example of specifying the icons: </pre> <p> -If you use infobars, you should also specify -a 16x16-pixel logo, for displaying within the -infobar. If you submit your extension to the <a href="https://chrome.google.com/extensions">gallery</a>, you'll need to upload additional images, |