3 Connect people through any URL
7 First, make sure to build the plugin. From the extension's root you can call:
10 $ yarn install && yarn build
13 ### Testing on Firefox
15 In order to test on firefox, first go to `about:debugging`, then click
16 on the `This Firefox` option. Then click on `Load Temporary Add-On` and
17 point the browser to the `extension/manifest.json` file.
19 This will enable the extension and will allow you to use the inspector to debug.
23 In order to test on chrome, first go to `chrome://extensions/`. Make sure
24 `Developer mode` is enabled. Then click `Load Unpacked` and point the browser
25 to the `extension` directory.