This template comes with build configs for both Chrome and Firefox. Running
dev or build commands without specifying the browser target will build
for Chrome by default.
- Install Node.js
- Clone this repository
- Run
yarnornpm i(check your node version >= 16) - Run
yarn dev[:chrome|:firefox], ornpm run dev[:chrome|:firefox]
Running a dev command will build your extension and watch for changes in the
source files. Changing the source files will refresh the corresponding
dist_<chrome|firefox> folder.
To create an optimized production build, run yarn build[:chrome|:firefox], or
npm run build[:chrome|:firefox].
- Original code: CC BY-NC 4.0
- Includes Apple AMLR model (Research-only, non-commercial)
- Includes license under CC BY-NC-ND 4.0
- Therefore, this project as a whole is non-commercial use only.