aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/manifest-v3.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-webextension/manifest-v3.json')
-rw-r--r--packages/taler-wallet-webextension/manifest-v3.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/taler-wallet-webextension/manifest-v3.json b/packages/taler-wallet-webextension/manifest-v3.json
index fe9b75375..4e18125b3 100644
--- a/packages/taler-wallet-webextension/manifest-v3.json
+++ b/packages/taler-wallet-webextension/manifest-v3.json
@@ -29,6 +29,18 @@
"optional_permissions": [
"webRequest"
],
+ "web_accessible_resources": [
+ {
+ "resources": [
+ "static/wallet.html"
+ ],
+ "matches": [
+ "https://*/*",
+ "http://*/*",
+ "file://*/*"
+ ]
+ }
+ ],
"host_permissions": [
"http://*/*",
"https://*/*"