Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@davidcsally davidcsally released this 10 Feb 05:10

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!