From 5e7be5865888393fbf3e00ed76a556bb4f0ace66 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 29 Apr 2022 15:48:35 -0300 Subject: fix: 6964 update icon when there is an taler action present --- packages/taler-wallet-webextension/manifest-v2.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/taler-wallet-webextension/manifest-v2.json') diff --git a/packages/taler-wallet-webextension/manifest-v2.json b/packages/taler-wallet-webextension/manifest-v2.json index da00d6d84..d3c346a07 100644 --- a/packages/taler-wallet-webextension/manifest-v2.json +++ b/packages/taler-wallet-webextension/manifest-v2.json @@ -33,12 +33,12 @@ }, "permissions": [ "unlimitedStorage", + "http://*/*", + "https://*/*", "activeTab" ], "optional_permissions": [ - "webRequest", - "http://*/*", - "https://*/*" + "webRequest" ], "browser_action": { "default_icon": { @@ -59,4 +59,4 @@ "page": "static/background.html", "persistent": true } -} +} \ No newline at end of file -- cgit v1.2.3