to build the extension, enter the following commands inside the project's folder:
pnpm i
pnpm zip:firefox
- to build a bundle of the extensionpnpm dev:firefox
- to launch an instance of firefox with the extension
for chrome, remove
:firefox
from the commands.
developed and tested on the following machine:
- os: windows 11 24H2
- node:
22.8.0
- npm:
10.9.0
- pnpm:
9.12.0