aboutsummaryrefslogtreecommitdiff
path: root/extension
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-04 10:48:57 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-04 10:48:57 +0100
commitbcc70d6949d0d0cc5e71c839ebe46ed6bcbdfee3 (patch)
tree54a79aaebaee6c016f60bb314aacb07e1633d933 /extension
parent7348b0ca41a5eb7c70c736480f77d086907c63ea (diff)
downloadwallet-core-bcc70d6949d0d0cc5e71c839ebe46ed6bcbdfee3.tar.xz
Allow persistent storage.
Previously, all wallet data was deleted on browser restart.
Diffstat (limited to 'extension')
-rw-r--r--extension/manifest.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/manifest.json b/extension/manifest.json
index e56704083..9a3b28b37 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -11,6 +11,7 @@
},
"permissions": [
+ "storage",
"http://*/*",
"https://*/*"
],