Add some basic scripting commands with webpack and web-ext.
The webextension loads content-script.js into all http(s) pages.
Notably, linting and testing are missing, and npm test will not work. This command needs be updated later with the desired mach try... syntax for which tests to run (including Mozilla's eslint test(s)).
Add some basic scripting commands with
webpack
andweb-ext
.The webextension loads
content-script.js
into all http(s) pages.Notably, linting and testing are missing, and
npm test
will not work. This command needs be updated later with the desiredmach try...
syntax for which tests to run (including Mozilla's eslint test(s)).