From 21b550305fa5c9bf4c9badaa1eda745b6e41ef29 Mon Sep 17 00:00:00 2001 From: lin onetwo Date: Thu, 12 Oct 2023 09:29:44 +0800 Subject: [PATCH 1/2] Update Firefox debug page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77edb58..b96bc47 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Then run the following: - **Load extension in Firefox (Manifest V2)** - - Go to the browser address bar and type `about://debugger` + - Go to the browser address bar and type `about:debugging#/runtime/this-firefox` (not the `about:addons` or `about://debugger`) - Click on the `Load Temporary Add-on` button. - Select your `dist-firefox-v2` folder in the project root. From 8eaff5be25489383688561061f6482c1c32ed47a Mon Sep 17 00:00:00 2001 From: lin onetwo Date: Thu, 12 Oct 2023 09:33:01 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b96bc47..a04ed06 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Then run the following: - Go to the browser address bar and type `about:debugging#/runtime/this-firefox` (not the `about:addons` or `about://debugger`) - Click on the `Load Temporary Add-on` button. - - Select your `dist-firefox-v2` folder in the project root. + - Select `manifest.json` in your `dist-firefox-v2` folder in the project root. ### Available Commands