You should be setting the icon in the manifest.json file.
http://code.google.com/chrome/extensions/getstarted.html

{
  "name": "My First Extension",
  "version": "1.0",
  "description": "The first extension that I made.",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "permissions": [
    "http://api.flickr.com/";
  ]
}

On Sun, Nov 29, 2009 at 17:25, Billiam <[email protected]> wrote:
> I'd like to set the favicon for a chrome-extension:// page.
> The obvious things, like:
> <link rel="shortcut icon" type="image/png" href="icon.png" />
> in the page head don't seem to be working.
> Any suggestions?
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Chromium-extensions" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/chromium-extensions?hl=en.
>



-- 
- Adam Shannon ( http://ashannon.us )

--

You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en.


Reply via email to