aboutsummaryrefslogtreecommitdiff
path: root/extension/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'extension/manifest.json')
-rw-r--r--extension/manifest.json6
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"