aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/taler-wallet-webextension/manifest-v2.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/taler-wallet-webextension/manifest-v2.json b/packages/taler-wallet-webextension/manifest-v2.json
index 98301126d..365ec14fe 100644
--- a/packages/taler-wallet-webextension/manifest-v2.json
+++ b/packages/taler-wallet-webextension/manifest-v2.json
@@ -38,6 +38,8 @@
"activeTab"
],
"optional_permissions": [
+ "http://*/*",
+ "https://*/*",
"webRequest"
],
"browser_action": {
@@ -59,4 +61,4 @@
"page": "static/background.html",
"persistent": true
}
-}
+} \ No newline at end of file