$ web-ext run -s dist -t chromium
Note: You must be on GitHub's new UI for this extension to perform its magic. ✨
As of today, GitHub will show you the old UI if not logged in (running in a temporary profile using web-ext).
These steps will build the extension in the dist/
folder.
MacOS 13.3.1 (22E261)
NodeJS version 19.8.1
Chrome
$ npm install
$ npm run build
Firefox
$ npm install
$ npm run build
$ cp dist/manifest.firefox.json dist/manifest.json