You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,9 +54,9 @@ Production build creates multiple variants in `build/` directory:
54
54
Since this is a browser extension with no automated tests, ALWAYS manually test functionality:
55
55
56
56
1.**Load Extension in Browser:**
57
-
- Chrome: Go to `chrome://extensions/`, enable Developer Mode, click "Load unpacked", select `build/chromium/`
58
-
- Firefox: Go to `about:debugging#/runtime/this-firefox`, click "Load Temporary Add-on", then choose the built add-on by selecting the generated `.xpi` file. If loading from an unpacked build is required, choose the `manifest.json` inside `build/firefox/` (do not select the folder directly). Note: Temporary add-ons are removed on browser restart.
59
-
-**Important**: Extension files cannot be tested by serving them via HTTP server - they must be loaded as a proper browser extension
57
+
- 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` filefrom `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.
59
+
-**Important**: Extension files cannot be tested by serving them via HTTP server — they must be loaded as a proper browser extension.
60
60
61
61
2.**Core Functionality Tests:**
62
62
- Press `Ctrl+B` (Windows/Linux) or `⌘+B` (macOS) to open the chat dialog on any webpage
@@ -166,7 +166,9 @@ The extension supports multiple AI providers:
0 commit comments