Chrome extension that automatically accepts Google Meet invitations in Google Calendar.
- TypeScript (strict mode)
- Chrome Extension Manifest V3
- pnpm, Vitest, ESLint, Prettier, Lefthook
pnpm install
pnpm buildLoad dist/ as an unpacked extension in chrome://extensions.
pnpm watch # compile on change
pnpm test:watch # run tests in watch mode
pnpm check # typecheck + lint + format + testLefthook runs typecheck, lint, and format checks on every commit.