You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just found out browser.browserAction.setIcon({path:'data:image/svg+xml;base64,......'}) works as expected in both Chrome and Firefox. It is undocumented, but I think it would work well enough.
Doing so will avoid the trouble of using canvas at all and will fix #1357 and #715.
The text was updated successfully, but these errors were encountered:
Just found out
browser.browserAction.setIcon({path:'data:image/svg+xml;base64,......'})
works as expected in both Chrome and Firefox. It is undocumented, but I think it would work well enough.Doing so will avoid the trouble of using canvas at all and will fix #1357 and #715.
The text was updated successfully, but these errors were encountered: