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
Release version 1.2.0 🚀
Wow! Two releases in one day!
Two year ago someone requested support for Firefox in this thread:
#109
Well, I finally got around to looking into this, and it turned out to
be incredibly easy. Essentially all that needed to be changed were a
few (misconfigured) settings in `manifest.json`, fully switching from
`chrome.extension` to `chrome.runtime`, and passing an empty string
into `chrome.devtools.panels.create` for the icons parameter. Turns out
`null` will actually throw an error in Firefox!
Release version 1.0.7 🚀
This release only fixes build and code issues. It doesn't really effect
the functionality of the extension - it's mostly just the build
system, and some fundamental bugs around that. Major bug fixes will
come in version 2!