]> git.r.bdr.sh - rbdr/junction/blame_incremental - README.md
Add chrome compatibility
[rbdr/junction] / README.md
... / ...
CommitLineData
1# Junction
2
3Connect people through any URL
4
5## Extension
6
7### Testing on Firefox
8
9In order to test on firefox, first go to `about:debugging`, then click
10on the `This Firefox` option. Then click on `Load Temporary Add-On` and
11point the browser to the `extension/manifest.json` file.
12
13This will enable the extension and will allow you to use the inspector to debug.
14
15### Testing on Chrome
16
17In order to test on chrome, first go to `chrome://extensions/`. Make sure
18`Developer mode` is enabled. Then click `Load Unpacked` and point the browser
19to the `extension` directory.