diff options
| author | Florian Dold <florian.dold@gmail.com> | 2016-01-04 10:48:57 +0100 | 
|---|---|---|
| committer | Florian Dold <florian.dold@gmail.com> | 2016-01-04 10:48:57 +0100 | 
| commit | bcc70d6949d0d0cc5e71c839ebe46ed6bcbdfee3 (patch) | |
| tree | 54a79aaebaee6c016f60bb314aacb07e1633d933 | |
| parent | 7348b0ca41a5eb7c70c736480f77d086907c63ea (diff) | |
Allow persistent storage.
Previously, all wallet data was deleted on browser restart.
| -rw-r--r-- | extension/manifest.json | 1 | 
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://*/*"    ],  | 
