A template repository for building browser extensions with:
Use this as a starting point for your own extension projects.
Click "Use this template" on GitHub to create a new repository based on this one.
Or clone it directly:
git clone https://github.com/yorick2002/Svelte-Extension-Boilerplate.git
cd Svelte-Extension-Boilerplate
npm install
npm run dev
npm run build
The production files will be generated in the dist folder. Load that folder as an unpacked extension in your browser.