Skip to content

Commit 02adbbc

Browse files
Update .github/copilot-instructions.md
Co-authored-by: qodo-merge-pro[bot] <151058649+qodo-merge-pro[bot]@users.noreply.github.com>
1 parent a90e06a commit 02adbbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Since this is a browser extension with no automated tests, ALWAYS manually test
5555

5656
1. **Load Extension in Browser:**
5757
- Chrome: Go to `chrome://extensions/`, enable Developer Mode, click "Load unpacked", then select the folder `build/chromium/` (the folder must contain `manifest.json`).
58-
- Firefox: Go to `about:debugging#/runtime/this-firefox`, click "Load Temporary Add-on", then choose the generated `.xpi` file from `build/` (recommended). To load unpacked instead, select the `manifest.json` file inside `build/firefox/` (do not select the folder directly). Note: Temporary add-ons are removed on browser restart.
58+
- Firefox: Go to `about:debugging#/runtime/this-firefox`, click "Load Temporary Add-on", then choose the generated `.xpi` file from `build/` (recommended). To load unpacked instead, select the `manifest.json` file inside `build/firefox/` (do not select the folder directly). Note: Temporary (unsigned) add-ons are removed on browser restart; you must reload them via the same "This Firefox" page after every restart, and some environments with enterprise policies may block loading from file.
5959
- **Important**: Extension files cannot be tested by serving them via HTTP server - they must be loaded as a proper browser extension.
6060

6161
2. **Core Functionality Tests:**

0 commit comments

Comments
 (0)