🚧 Active development — the public API and documentation may change between releases. Full guides and API reference are being prepared at addonbone.com.
A TypeScript framework for building browser extensions from a shared codebase. Define extension entrypoints in source files; Addon Bone discovers them and creates the browser-specific build and manifest.
npm i -D adnbnCreate a project, then build it for production:
npx adnbn init
npx adnbn buildFor project structure, entrypoint guides, and the API reference, visit addonbone.com.