Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Google Chrome allows you to save websites as application shortcuts with an icon on the user's desktop. Unfortunately the icon it adds to the desktop is a scaled up version of the 16x16 version. The icon is an icon file that contains images in several resolutions and is saved in the root of the website. No code in the header of the site mentions the favicon. The icon file itself seem to work. IE is displaying the larger icons just fine.

the icon and the result

Has anybody had the same problem?

share|improve this question

1 Answer

up vote 0 down vote accepted

Looks like this is due to a bug:

share|improve this answer
Thank you. Yes, it seems like it is a indeed a bug. – Sandra Nov 27 '12 at 14:10

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.