A template for a chrome extension, set up to use webpack, and capable of running any kind of script.
This project can be developed locally by cloning the repo and editing the src
directory.
builds the project, and you can then load the unpacked extension folder (the repo folder) into chrome://extensions
this command starts webpack in watch mode and your changes will be reflect in your browser.
this command runs and builds the extension dist.
this command lints the src.