Browse Source

Firefox now updates page action icon correctly

master
Said Achmiz 6 years ago
parent
commit
9655eab02c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/platform/firefox/background.js

+ 1
- 1
src/platform/firefox/background.js View File

@@ -13,7 +13,7 @@ chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
"48": "images/ASK_off_48.png",
"96": "images/ASK_off_96.png",
};
chrome.pageAction.setIcon({
chrome.browserAction.setIcon({
path: icons,
tabId: request.tabID || sender.tab.id
});

Loading…
Cancel
Save