Is there a chromium repo or something There is no real way to bypass the file I haven't tried it, but you could probably leave out the reference to the favicon.ico completely
Sisi Rose (@thesisirose) • Threads, Say more
Browsers know to request it if they want it, even if you don't link to it
Therefore, i'm guessing that if the browser can't handle your link to the svg, it will be requesting the ico anyway.
Can i use an svg file for a toolbar icon instead of creating png files in several sizes I read the following in the chrome developer documentation for the browseraction icon No errors on the console, i'm using <use></use> Testing on localhost and remote server, bug only happens in chrome
Ff, safari both work (not testing on ie/edge/opera) I'll fiddle with trying absolute uris. I am using scalable svg icons in my chrome extension './icons/' + icon + '/scalable.svg' })
I want to switch icons based on some parameter.
Don't know if this question is still relevant, but i've met such a case recently and i pretty sure that somebody else will meet the case (especially those who tries to make use of svg sprites for the first time) In my case i've joined 16 svg icons in one sprite manually into sprite.svg, and in this file i've omitted important meta information