Add extension info to readme

This commit is contained in:
2025-01-26 10:54:22 -06:00
parent 4e28f2b2a4
commit 1d09e7069a
2 changed files with 11 additions and 1 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ logs/
*.db *.db
*.db-shm *.db-shm
*.db-wal *.db-wal
.amo-upload-uuid

View File

@@ -55,6 +55,15 @@ pip install -r requirements.txt
``` ```
4. Install the browser extension: 4. Install the browser extension:
Option A - Install from signed XPI file:
- Download the latest `.xpi` file from the releases page
- In Firefox, go to `about:addons`
- Click the gear icon and select "Install Add-on From File"
- Select the downloaded `.xpi` file
- Click "Add" when prompted
Option B - Install temporarily for development:
- Open Firefox - Open Firefox
- Navigate to `about:debugging` - Navigate to `about:debugging`
- Click "This Firefox" - Click "This Firefox"