Closed francium closed 1 year ago
I've simplified everything now as per the suggestions.
By the way, how were you testing this without web-ext? Just curious, I don't do much browser extension development. I tried uploading the zip, but the browser didn't accept it as a valid extension
In firefox "Manage extensions" -> Cog icon -> "Debug Add-ons" -> "Load Temporary Add-on" and select the manifest.json
. It live reloads etc.
I think in Chrome it works similarly but you need to select the manifest.json
's directory.
I wanted to contribute but couldn't find easy steps. I remembered https://www.npmjs.com/package/web-ext and managed to get it working for the purposes of contributing a fix.
I've created this PR to document contributing steps for others and add
web-ext
as a dev dependency.