more storage for big wallet

"s history"
This commit is contained in:
Matias Alejo Garcia 2016-04-05 13:40:53 -03:00
parent 346f78c34c
commit c59e062b3b
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@
"version": "APP_VERSION",
"permissions": [
"storage",
"unlimitedStorage",
"notifications",
"videoCapture",
"webview"

View File

@ -14,7 +14,7 @@
"window": {
"title": "Copay - A multisignature wallet",
"icon": "./public/img/icons/icon-256.png",
"toolbar": false,
"toolbar": true,
"show": true,
"visible": true,
"resizable": false,
@ -29,6 +29,7 @@
"java": false,
"plugin": false
},
"dom_storage_quota": 100,
"id": "jid1-x7bV5evAaI1P9Q",
"homepage": "https://github.com/bitpay/copay",
"license": "MIT",