NW v0.16. Migrate localstorage data to chrome.storage

This commit is contained in:
Matias Alejo Garcia 2016-07-27 22:31:22 -03:00
commit a50f3fb50c
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
4 changed files with 61 additions and 8 deletions

View file

@ -15,10 +15,9 @@
"window": {
"title": "Copay - A multisignature bitcoin wallet",
"icon": "./public/img/icons/icon-256.png",
"toolbar": false,
"show": true,
"visible": true,
"resizable": false,
"resizable": true,
"frame": true,
"width": 800,
"height": 600,
@ -30,7 +29,7 @@
"java": false,
"plugin": false
},
"dom_storage_quota": 100,
"dom_storage_quota": 200,
"id": "jid1-x7bV5evAaI1P9Q",
"homepage": "https://github.com/bitpay/copay",
"license": "MIT",