diff --git a/platform/firefox/js/background.js b/platform/firefox/js/background.js index be747f3..7fd5bb3 100644 --- a/platform/firefox/js/background.js +++ b/platform/firefox/js/background.js @@ -158,7 +158,7 @@ function updatePageAction(status, tabId) { } else if (status === "starred") { iconPath = "res/icons/starred.png"; } else if (status === "default") { - iconPath = "res/ext_icon_144.png"; + iconPath = "res/icons/default.png"; } // Show the page action (icon in the address bar)