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", "version": "APP_VERSION",
"permissions": [ "permissions": [
"storage", "storage",
"unlimitedStorage",
"notifications", "notifications",
"videoCapture", "videoCapture",
"webview" "webview"

View File

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