Hey there,
I’m adding firefox support to my chrome extension.
After doing some necessary tweaks in the manifest, notably background/scripts & browser_specific_settings/gecko. My extension loads correctly when using “Load Temporary Add-on”.
My background script works but my content scripts do not.
My manifest looks like this.
I’ve tried replacing my entire content scripts with simple console.logs but nothing shows up in console.
I guess it’s important to note that my extension works as intended on Chrome. So I suppose I’m missing something to make it work on firefox.
Any help is appreciated.