adnbn
v0.14.0
Published
Addon Bone - Cross-browser web extension framework with shared code base
Readme
Addon Bone
🚧 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.
Install
npm i -D adnbnTypeScript projects require TypeScript 5.6.3 or newer to check the published declarations and their dependencies. Addon Bone's own TypeScript dependency does not replace your project's compiler.
Get started
Create a project, then build it for production:
npx adnbn init
npx adnbn buildFor project structure, entrypoint guides, and the API reference, visit addonbone.com.
