Runs Copay as native desktop app

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-26 18:52:54 -03:00
commit f14aeaef0c
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 36 additions and 8 deletions

View file

@ -10,7 +10,18 @@
"bitcoin",
"bitcore"
],
"main": "app.js",
"main": "public/index.html",
"window": {
"toolbar": false,
"resizable": false,
"width": 400,
"height": 600,
"min_width": 400,
"min_height": 600,
"max_width": 400,
"max_height": 600,
"position": "center"
},
"id": "jid1-x7bV5evAaI1P9Q",
"homepage": "https://github.com/bitpay/copay",
"license": "MIT",