- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / templates / private / permissions / favicon.html
1 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>