.xpi
file from releasesabout:addons
in the url bar, go to Extensions, select the gear button and choose Install Add-on From File, then select the downloaded file.Requirements
bun: >= 1.1.4
bun install
bun run build
. Code is built in ./build
.web-ext build -s build
. Code is packaged to ./web-ext-artifacts
.Install bun. Or, use nix-shell for an ephemeral development shell. You can use the default bash shell:
$ nix develop
Or specify your preffered shell:
$ nix develop -c zsh
You can also install nix-direnv to automatically switch shells when you cd
into the project.
$ bun install
$ bun run dev