better procedure to create firefox add-on

This commit is contained in:
Matias Alejo Garcia 2014-07-08 22:29:57 -03:00
commit d97273f683
4 changed files with 84 additions and 70 deletions

View file

@ -133,9 +133,10 @@ Run
```
$ npm run-script firefox
```
- On sucess, the firefox add-on is located at:
browser-extensions/firefox/copay.xpi
`
- Copy the content of *firefox/firefox-addon* (lib, data, package.json) to your development path.
- Compile the XPI file. [Mozilla Docs](https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Getting_started)
## Web App