- Package Manager (Npm, Bun, etc.)
- Chrome or Firefox browser
Install dependencies
bun installGo to the extension directory
cd apps/extensionRun the extension in development mode
bun run dev
# or for Firefox
bun run dev:firefoxWXT opens and reloads the extension automatically.
bun run buildBuild output goes to apps/extension/.output/chrome-mv3.
To create a zip:
bun run zipRun these commands from the root directory:
# Code quality checks
bun run check
# TypeScript type checks
bun run check-typesapps/extension- Chrome/Firefox extension sourcepackages- shared configs and packages