diff options
-rw-r--r-- | chrome/common/extensions/docs/manifest.html | 4 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/manifest.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html index e962541..a80b969 100644 --- a/chrome/common/extensions/docs/manifest.html +++ b/chrome/common/extensions/docs/manifest.html @@ -533,12 +533,12 @@ 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> "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 + you declare the "chrome://favicon/" permission and use HTML code like this: <pre><img src="chrome://favicon/http://www.google.com/"></pre> </td> diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html index c558d7e..a79f756 100644 --- a/chrome/common/extensions/docs/static/manifest.html +++ b/chrome/common/extensions/docs/static/manifest.html @@ -250,12 +250,12 @@ 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> "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 + you declare the "chrome://favicon/" permission and use HTML code like this: <pre><img src="chrome://favicon/http://www.google.com/"></pre> </td> |