This directory contains the Firefox version of the Anchored browser extension.
npm install --global web-ext
npm run dev
Firefox uses WebExtensions APIs (browser.*
namespace) instead of Chrome APIs (chrome.*
), requiring API migration and Manifest V2 instead of V3.
npm run dev
- Launch Firefox with extension loadednpm run build
- Create distribution packagenpm run lint
- Validate extension codenpm run test
- Open debugging interfaceRun node test-firefox-setup.js
to validate the development environment setup.