Browser extension for domain/URL-specific note-taking with zero-knowledge encryption.
npm install
npm run build
npm install - Install web-ext CLI and development toolsnpm run build - Create distribution package (development)npm run build:prod - Build with linting (production)npm run validate - Validate extension codenpm run dev - Launch Firefox with extension loadednpm run lint - Run ESLint validationnpm run test - Open debugging interfaceFor detailed build instructions, system requirements, and verification steps, see BUILD_INSTRUCTIONS.md.
manifest.json - Extension configurationbackground/background.js - Service workercontent/ - Content scriptspopup/ - Popup UI and moduleslib/ - Core libraries (storage, sync, encryption, APIs)assets/ - Icons and resourcesProprietary - Anchored