Based on Stylebot.
- Run
yarn watch:firefox
to build locally - Run
yarn start:firefox
to launch Firefox with development build
- Run
yarn watch
to build locally - Open
chrome://extensions
page. - Disable the official Stylebot version.
- Enable the Developer mode.
- Click Load unpacked extension button
- Navigate to the project's
dist/
folder
- Add entry to
CHANGELOG
- Update version in
package.json
andsrc/extension/manifest.json
- Chrome and Edge: Run
yarn build
and manually create zip for distribution fromdist/
- Firefox: Run
yarn build:firefox
and manually create zip for distribution fromfirefox-dist/
Patches to dependencies are located under /patches
and are automatically applied on running yarn
using patch-package.
bootstrap-vue+2.21.1.patch
- Patch to work around a requestAnimationFrame issue in Firefox extensions.
MIT