Skip to content

Commit

Permalink
Show button on Edge store in Chrome extension (#128)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Rob--W committed Dec 10, 2023
1 parent d64c421 commit 942b02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 942b02f

Please sign in to comment.