Docs:
I use FNM. This repo has it’s required node version in .node-version
. Pick up the version by running this.
fnm use
Install deps
pnpm install
pnpm run watch
This creates a build-watch
folder than you can then load into the Chrome extensions page: chrome://extensions. Turn on development mode, and then click “Load unpacked”.
Some things (like popups) get updated right away, but background scripts and content scripts require clicking the reload button (🔄).
Then, pin (📌) the extension for easier access.
cd test-favicon-pages
And then follow instructions here: readme.
You’ve got two ways to open up all the test pages:
pnpm run build
This repo uses GitHub pages.