Skip to content

v0.0.2 🌈

Compare
Choose a tag to compare
@sweatpotato13 sweatpotato13 released this 08 Dec 00:45
· 34 commits to main since this release

v0.0.2

Changes

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