Skip to content

Commit

Permalink
Update background.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhendricks00 authored Oct 22, 2024
1 parent 67d98cf commit c63f6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/chromium/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ function updatePageAction(status, tabId) {
38: "../res/icons/starred_38.png",
},
default: {
19: "../res/ext_icon_144.png",
38: "../res/ext_icon_144.png", // fallback to a known good icon
19: "../res/icons/default_19.png",
38: "../res/icons/default_38.png", // fallback to a known good icon
},
};

Expand Down

0 comments on commit c63f6ed

Please sign in to comment.