Starter for a Chrome Extention with TS
npm run watch
to build the extension on each source change
npm run build
to build the ts background & contentscript + popup react app
To run the extension in Chrome npm run start:chrome
. It will start a new instance.
To run the extension in Firefox npm run start:firefox