diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-27 17:33:19 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-27 17:33:19 +0200 |
| commit | 98342562bd88eccdb4eaeecacf866996b64ce974 (patch) | |
| tree | ef9cdfc7620f66c098d55726c3e3dd8017e79381 /README.md | |
| parent | d75b263c0b08ac7c729cc7bb98df99f3c4ec6ab4 (diff) | |
| parent | 1ed219c8314a0ca1b95ef8593bb608b7659c87a3 (diff) | |
Merge branch 'rbdr-setup-extension' into main
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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. |