summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/extensions/docs/manifest.html11
-rw-r--r--chrome/common/extensions/docs/static/manifest.html11
2 files changed, 22 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html
index 2a42496..f9c6507 100644
--- a/chrome/common/extensions/docs/manifest.html
+++ b/chrome/common/extensions/docs/manifest.html
@@ -522,6 +522,17 @@ The following table lists the permissions an extension can use.
<a href="bookmarks.html">chrome.bookmarks</a> module. </td>
</tr>
<tr>
+ <td> "chrome://favicon" </td>
+ <td> Required if the extension uses the
+ "chrome://favicon/<em>url</em>" mechanism
+ to display the favicon of a page.
+ For example, to display the favicon of http://www.google.com/,
+ you declare the "chrome://favicon" permission
+ and use HTML code like this:
+ <pre>&lt;img src="chrome://favicon/http://www.google.com/"&gt;</pre>
+ </td>
+</tr>
+<tr>
<td> "experimental" </td>
<td> Required if the extension uses any
<a href="http://code.google.com/chrome/extensions/dev/experimental.html">chrome.experimental.* APIs</a>.</td>
diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html
index 6b1f004..c558d7e 100644
--- a/chrome/common/extensions/docs/static/manifest.html
+++ b/chrome/common/extensions/docs/static/manifest.html
@@ -250,6 +250,17 @@ The following table lists the permissions an extension can use.
<a href="bookmarks.html">chrome.bookmarks</a> module. </td>
</tr>
<tr>
+ <td> "chrome://favicon" </td>
+ <td> Required if the extension uses the
+ "chrome://favicon/<em>url</em>" mechanism
+ to display the favicon of a page.
+ For example, to display the favicon of http://www.google.com/,
+ you declare the "chrome://favicon" permission
+ and use HTML code like this:
+ <pre>&lt;img src="chrome://favicon/http://www.google.com/"></pre>
+ </td>
+</tr>
+<tr>
<td> "experimental" </td>
<td> Required if the extension uses any
<a href="http://code.google.com/chrome/extensions/dev/experimental.html">chrome.experimental.* APIs</a>.</td>