Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 407 Bytes

install-on-firefox.md

File metadata and controls

19 lines (15 loc) · 407 Bytes

Install on Firfox

  1. Build the extension.
pnpm build
# or
yarn build
# or
npm run build
  1. Go to about:addons
  2. Click the settings icon next to "Manage your Extensions"
  3. Click "Debug Add-on"
  4. Click "Load Temporary Add-on..."
  5. Select the manifest.json file in the build directory from the build step (<neptune_root>/extension/dist/manifest.json)
  6. Have fun forking!