A basic template for building a Chrome Extension using React.
Build your extension using pnpm build.
To test your extension, first toggle "Developer Mode" in the Chrome extensions page.
Then, click "Load Unpacked", and select the build/manifest.json in this repository.
You will now be able to see the extension in Chrome.
You will need to click the "reload" arrow whenever you rebuild the extension, (and refresh a web page to reload any content.js scripts)
Run pnpm watch to continuously watch for changes