From ff1cd273e0be8e8cc5bedd807ad70f82059c8438 Mon Sep 17 00:00:00 2001 From: guest271314 Date: Wed, 14 Jun 2023 19:47:36 -0700 Subject: [PATCH] Substitute about:debugging#/runtime/this-firefox for about:debugging (#488) * Substitute about:debugging#/runtime/this-firefox for about:debugging Extensions are loaded at about:debugging#/runtime/this-firefox not about:debugging * Drop Python 2 support. Fixes #489 * Update README.md * Revert to https://github.com/mdn/webextensions-examples/commit/ae1c2176ea0d7df04778ee2d46503223ca436289 * Update native-messaging/README.md Co-authored-by: rebloor --------- Co-authored-by: rebloor --- native-messaging/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native-messaging/README.md b/native-messaging/README.md index 6cd7287d..60fce8a0 100644 --- a/native-messaging/README.md +++ b/native-messaging/README.md @@ -25,7 +25,7 @@ To assist in troubleshooting on Windows, there is a script called `check_config_ ## Testing the example ## -Then just install the add-on as usual, by visiting about:debugging, clicking "Load Temporary Add-on", and selecting the add-on's "manifest.json". +First, install the add-on. Visit `about:debugging#/runtime/this-firefox` or, from `about:debugging` click "This Firefox" (or "This Nightly" in the Nightly version of Firefox), click "Load Temporary Add-on", and open the add-on's "manifest.json". Now, open the extension's console using the "Inspect" button - this is where you'll see communication between the browser and native app.