Skip to content

Commit

Permalink
fix(notifications): update imageUrl for manifest v3 #1051
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat committed Dec 13, 2022
1 parent bf8a9d1 commit 955581f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/background-script/events/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const notify = (options: { title: string; message: string }) => {

const notification: browser.Notifications.CreateNotificationOptions = {
type: "basic",
iconUrl: "assets/icons/alby_icon_yellow_48x48.png",
iconUrl: "../assets/icons/alby_icon_yellow_48x48.png",
...options,
};

Expand Down

0 comments on commit 955581f

Please sign in to comment.