diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-03-02 15:33:23 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-03-02 15:33:23 +0100 |
commit | 13a8f36cad4d5d2ffec788ff6b4d5b61ed4ddff9 (patch) | |
tree | 366c6fa1fca6805ce3fda1288463f40a1f4c838d /manifest.json | |
parent | 18904a4a6d7b59f7baaddbe36f68288987a346b2 (diff) |
re-inject extension on load
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 54a5585ef..b83a68533 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "description": "Privacy preserving and transparent payments", "manifest_version": 2, "name": "GNU Taler Wallet (git)", - "version": "0.5.14", + "version": "0.5.15", "applications": { "gecko": { @@ -12,6 +12,7 @@ "permissions": [ "storage", + "tabs", "http://*/*", "https://*/*" ], |