firefox WIP

This commit is contained in:
Matias Alejo Garcia 2014-07-02 17:15:54 -03:00
commit 76cda09631
4 changed files with 20 additions and 9 deletions

View file

@ -146,12 +146,17 @@ else {
## Google Chrome Extension
When you need to compile a *Chrome Extension* of Copay, you only need to run:
To build Copay's *Chrome Extension*, run:
```
$ sh chrome/build.sh
$ npm run-script chrome
```
- The ZIP file is *chrome/copay-chrome-extension.zip*
- On sucess, the chrome extension is located at:
`
browser-extensions/chrome/copay-chrome-extension
`
To install it go to `chrome://extensions/` at your chrome browser, make sure you have 'developer mode' option checked at your Chrome settings. Click on "Load unpacked chrome extension" and choose the directory mentioned above.
## Firefox Add-on