JavaScript-based extension with a sidebar panel. Adds a sidebar with a simple page.
Run the extension in development mode. Target a browser with --browser:
bun run dev
bun run dev -- --browser=firefox
bun run dev -- --browser=edgeBuild for production. Convenience scripts target each browser:
bun run build # Chrome (default)
bun run build:firefox
bun run build:edgePreview the production build in the browser:
bun run preview