aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2023-11-25 21:54:13 +0100
committerTeddy Wing2023-11-25 21:56:35 +0100
commit506b9be764e585b3fc5d7dfa92cbf62d11e2cf51 (patch)
tree13d2611211ce8aebe0ac34b396feb9772f2a5366
parent7af71cad28c16c83e8cd902337c90b4dbdf0e205 (diff)
downloadextreload-506b9be764e585b3fc5d7dfa92cbf62d11e2cf51.tar.bz2
README: Add a note about Manifest V3 support and the Swextreload rewriteHEADmaster
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 946e45e..3ef6105 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,14 @@ development.
Communicates with Chrome over the [DevTools Protocol].
+## Manifest V3
+I tried to add support for Manifest V3 extensions in the branch
+[manifest-v3-support], but couldn’t get tab reloading to work properly.
+Ultimately, I gave up and decided to use the [chromedp] API rather than lower
+level JSON over the WebSocket. Manifest V3 support is available in a rewrite of
+this program, [Swextreload].
+
+
## Usage
Chrome must be started with the `--remote-debugging-port` flag to enable the
DevTools Protocol, and the `--silent-debugger-extension-api` flag to allow debug
@@ -46,5 +54,8 @@ Copyright © 2021 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
COPYING file).
+[manifest-v3-support]: https://github.com/teddywing/extreload/tree/manifest-v3-support
+[chromedp]: https://godocs.io/github.com/chromedp/chromedp
+[Swextreload]: https://github.com/teddywing/swextreload
[DevTools Protocol]: https://chromedevtools.github.io/devtools-protocol/
[releases page]: https://github.com/teddywing/extreload/releases