A Firefox plugin to create a new container for every user in development.
You don't need any tooling to run the add-on in the browser, but you'll need nodejs & yarn to build and sign a new release.
The project uses asdf to install development tools
asdf plugin add nodejs
asdf plugin add yarn
asdf install
- Open Firefox
- Go to
about:debugging#/runtime/this-firefox
- Open "Temporary Extensions"
- Click "Load Temporary Add-on..."
- Select
src/manifest.json
Or you can use yarn to load it in a development instance of Firefox with auto code reloading
yarn dev
Don't have any yet :(
For a new release you need to build a new .xpi
file.
yarn build
yarn sign --api-key <api key> --api-secret <api secret>
Or you can grab the latest release from the releases page.
Currently the project is in an experimental state, but I welcome any PR
We use Semantic Versioning for versioning. For the versions available, see the tags on this repository.