In my Stackoverflow folder, I have stackoverflow.ico and 2 bellow files. When importing it to Chrome, it shows the icon in address bar, but when I click on it,
stackoverflow.ico
In my case I needed to open link in a new tab when I clicked a link within extension popup window, it worked fine with target attribute set to _blank:
target
_blank
Example