From 942b02fa871ff4ef6a29cf18b266711725314e86 Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Sun, 10 Dec 2023 21:59:31 +0100 Subject: [PATCH] Show button on Edge store in Chrome extension (#128) Fixes typo that prevented the extension button from being clickable at the Edge gallery in the Chrome extension (and Opera extension). The Firefox add-on is not affected. --- src/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/background.js b/src/background.js index e75a84e..b40c52f 100644 --- a/src/background.js +++ b/src/background.js @@ -269,7 +269,7 @@ function registerEventRules() { pathPrefix: "/detail/" }, { hostEquals: "microsoftedge.microsoft.com", - pathPrefix: "/webstore/detail/" + pathPrefix: "/addons/detail/" }, { hostEquals: "addons.opera.com", pathContains: "extensions/details/"