Agent Instructions
Local Development
All commands run directly on the host machine. Node.js 22+ is required.
Setup
npm ci
Development
npm run dev
Load the extension from the dist/ directory in chrome://extensions/ (Developer mode enabled).
Build
npm run build
File editing
Source files are in src/. The project uses Prettier for formatting and ESLint for linting — both run automatically on save via VS Code settings.