diff --git a/browser-extensions/chrome/manifest.json b/browser-extensions/chrome/manifest.json index 200f024b4..c4dc8df6a 100644 --- a/browser-extensions/chrome/manifest.json +++ b/browser-extensions/chrome/manifest.json @@ -5,6 +5,7 @@ "version": "APP_VERSION", "permissions": [ "storage", + "unlimitedStorage", "notifications", "videoCapture", "webview" diff --git a/package.json b/package.json index 9125c12df..ab49b6f34 100644 --- a/package.json +++ b/package.json @@ -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",