I want to change the icon of my app tab dynamically. I do this in a
script by adding a
<link rel="shortcut icon" href="/images/favicon.ico" />
in the head of my page but nothing happens. So logical next step is to
test if it works by putting it in the static html. Same thing nothing
happens.
So I tested something else:
<link rel="shortcut icon" href="
http://groups.google.com/groups/img/3/
favicon.ico" />
this works, I see the google groups icon on my app tab.
I have a folder called 'images' in my app folder and I have a file
called favicon.ico in there and I can open it in the browser with the
url 'chrome-extension://<app id>/images/favicon.ico'
I have no idea what is going wrong here, is this a bug or am I doing
something wrong?