commit bcc70d6949d0d0cc5e71c839ebe46ed6bcbdfee3 parent 7348b0ca41a5eb7c70c736480f77d086907c63ea Author: Florian Dold <florian.dold@gmail.com> Date: Mon, 4 Jan 2016 10:48:57 +0100 Allow persistent storage. Previously, all wallet data was deleted on browser restart. Diffstat:
| M | extension/manifest.json | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/extension/manifest.json b/extension/manifest.json @@ -11,6 +11,7 @@ }, "permissions": [ + "storage", "http://*/*", "https://*/*" ],