Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / private / permissions / favicon.html
blobfda23f3d25292426a8d3f18e2e1bd5258152e04a
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>