Clone this repo and install dependencies
yarn installEnter the watch mode by running
yarn firefoxor
yarn chromeThis will watch the src directory and output a development bundle in the dist directory.
You can load this unpacked directory into your browser or
open a browser with the extension installed by running
yarn run:firefoxor
yarn run:chromeyarn build:firefox
yarn pack:firefoxRunning yarn build firefox will output a production build in the dist/firefox directory,
yarn pack:firefox uses web-ext to generate a zip file, this will be located in the
releases/firefox directory.
yarn build:chrome
yarn pack:chromeRunning yarn build chrome will output a production build in the dist/chrome directory,
yarn pack:chrome uses web-ext to generate a zip file, this will be located in the
releases/chrome directory.