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
Use constructors for all DOM elements, rather than populating the inner bits with innerHTML (this removes a validation warning for the extension, but also just feels better)
Use the same Blob/URL for both sprites, instead of generating two different ones from the same source (memory/performance)
Split library/extension build tasks
Generate extension from a portable Docker to help Mozilla review team