Chrome Extension for ShortPoint QC feature flag management, built with React, TypeScript, Vite, and Manifest V3.
npm run devstarts the Vite dev server for popup UI work.npm run buildcompiles TypeScript and produces the loadable extension indist.npm run lintruns ESLint.
- Run
npm run build. - Open
chrome://extensions. - Enable Developer mode.
- Choose "Load unpacked" and select the
distdirectory.
The extension exposes ShortPoint feature flags on supported pages and reads them through window.shortpointFeatureFlags.get().