Skip to content

Commit 942b02f

Browse files
committed
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.
1 parent d64c421 commit 942b02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/background.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ function registerEventRules() {
269269
pathPrefix: "/detail/"
270270
}, {
271271
hostEquals: "microsoftedge.microsoft.com",
272-
pathPrefix: "/webstore/detail/"
272+
pathPrefix: "/addons/detail/"
273273
}, {
274274
hostEquals: "addons.opera.com",
275275
pathContains: "extensions/details/"

0 commit comments

Comments
 (0)