Skip to content

v0.0.3 🌈

Compare
Choose a tag to compare
@sweatpotato13 sweatpotato13 released this 22 Dec 00:05
· 15 commits to main since this release

v0.0.3

How to install

  1. Build via yarn build or yarn watch
  2. Install the extension
  • Chrome:
    • go to chrome://extensions/
    • ensure you have the Development flag set
    • "Load unpacked" and point to packages/extension/build
    • if developing, after making changes - refresh the extension
  • Firefox:
    • go to about:debugging#addons
    • check "Enable add-on debugging"
    • click on "Load Temporary Add-on" and point to packages/extension/build/manifest.json
    • if developing, after making changes - reload the extension