Allow persistent storage.

Previously, all wallet data was deleted on browser restart.
This commit is contained in:
Florian Dold 2016-01-04 10:48:57 +01:00
parent 7348b0ca41
commit bcc70d6949

View File

@ -11,6 +11,7 @@
}, },
"permissions": [ "permissions": [
"storage",
"http://*/*", "http://*/*",
"https://*/*" "https://*/*"
], ],