# How to install 1. Download the extension 2. Goto `about:addons` 3. Click on the top right button 4. Click `Install Add-on From File` 5. Select the Add-on # How to build 1. Build the bundle with `npm run buildProd` 2. Provide the secrets required for signing the addon 3. Sign the Add-on by Mozilla with `npm run ext:sign` # Usefull links - [Mozilla Developer hub](https://addons.mozilla.org/en-US/developers/) - [Mozilla Extension documentation](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions) - [Web ext documentation](https://extensionworkshop.com/documentation/develop/web-ext-command-reference/)