Installation
- Change into the directory:
bash
cd browser-extension- Install the dependencies:
bash
npm installSet the required environment variables (see above).
Build the extension for your desired browser(s):
- Chrome:
npm run build:chrome - Firefox:
npm run build:firefox - Safari:
npm run build:safari - Edge:
npm run build:edge
- Follow your browser's instructions to load the extension from the
distfolder.