diff options
author | tg(x) <*@tg-x.net> | 2015-12-03 20:07:03 +0100 |
---|---|---|
committer | tg(x) <*@tg-x.net> | 2015-12-03 20:07:03 +0100 |
commit | 5243a707260af9de820ad02b1972d3280164cf19 (patch) | |
tree | 46e6918fca8edfeddb919b7a89307328390a0ec1 /extension/manifest.json | |
parent | 7b6706bee3cbecc84b330672ecdb5764d7d68756 (diff) |
webext popup
Diffstat (limited to 'extension/manifest.json')
-rw-r--r-- | extension/manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extension/manifest.json b/extension/manifest.json index b0ad9720e..1d0ad6d55 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -2,7 +2,7 @@ "description": "Privacy preserving and transparent payments", "manifest_version": 2, "name": "Taler Wallet", - "version": "1.0", + "version": "0.1", "applications": { "gecko": { @@ -13,14 +13,14 @@ "permissions": [ "http://*/*", "https://*/*" - ], + ], "browser_action": { "default_icon": "icons/taler-logo-24.png", "default_title": "Taler", "default_popup": "popup/wallet.html" }, - + "web_accessible_resources": [ "popup/reserves.html", "popup/wallet.html" |