Merge pull request #4054 from matiu/bug/storage-size

more storage for big wallet's history
This commit is contained in:
Gustavo Maximiliano Cortez 2016-04-05 14:49:49 -03:00
commit de37826bbd
2 changed files with 2 additions and 0 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

@ -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",