What problem does it solve? Setting up and maintaining a Chrome Web Store release pipeline for each extension repo leads to duplicated workflows, drifting copies, and inconsistent versioning, secrets, and artifact rules across repositories. ## Core Features & Use Cases - Vendored release pipeline: Ships one orchestrator workflow, five reusable workflows, and composite actions (report-failure, read-release-config, bump-extension-patch) copied into each repo's .github/ directory with no cross-repo dependency. - Versioning and artifact contract: Enforces manifest version as source of truth, patch bumps in the same PR as shipped changes, and a uniform zip artifact at dist/<kebab repo name>.zip with dev and prod builds. - Store publishing and manual setup: Automates uploads via chrome-webstore-upload-cli with four CHROME_* secrets, redeploys the /privacy/ page on every publish, and documents the one-time dashboard, OAuth credential, and first-publication steps. - Use Case: When asked to "bump version" on an extension repo, dispatch the Release to Chrome Store workflow with mode: bump and part: minor or major to raise the version, push to main, and package the result. ## Quick Start Set up this extension repo to publish to the Chrome Web Store by vendoring the release workflows and writing the required .github/release.config.