eoger / tabcenter-redux

Vertical Tabs extension for Firefox
Mozilla Public License 2.0
381 stars 67 forks source link

Display our own favicon for about:addons to work around a Firefox bug #351

Closed ariasuni closed 6 years ago

ariasuni commented 6 years ago

fix #10

Keith94 commented 6 years ago

Does the extensions.svg also benefit from the color filling in #328?

ariasuni commented 6 years ago

@eoger I followed you suggestion :)

@Keith94 Yes!!

However, note that in order to work, the check (favIconUrl.startsWith("chrome://") && favIconUrl.endsWith(".svg")) that permit coloring should happen before changing URL with our own.