From 1ed219c8314a0ca1b95ef8593bb608b7659c87a3 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 27 Sep 2020 17:31:21 +0200 Subject: Add firefox extension --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 18d572b..9e420d3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # Junction -Connect people through any URL \ No newline at end of file +Connect people through any URL + +## Extension + +### Testing on Firefox + +In order to test on firefox, first go to `about:debugging`, then click +on the `This Firefox` option. Then click on `Load Temporary Add-On` and +point the browser to the `extension/manifest.json` file. + +This will enable the extension and will allow you to use the inspector to debug. -- cgit