## Extension
+First, make sure to build the plugin. From the extension's root you can call:
+
+```
+$ pnpm install && pnpm build
+```
+
### Testing on Firefox
In order to test on firefox, first go to `about:debugging`, then click
In order to test on chrome, first go to `chrome://extensions/`. Make sure
`Developer mode` is enabled. Then click `Load Unpacked` and point the browser
to the `extension` directory.
+
+### Packaging
+
+The makefile includes scripts to create a distributable package. `make package`
+should generate all supported files in the `build/` directory.