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

"48": "images/ASK_off_48.png", "48": "images/ASK_off_48.png",
"96": "images/ASK_off_96.png", "96": "images/ASK_off_96.png",
}; };
chrome.pageAction.setIcon({
chrome.browserAction.setIcon({
path: icons, path: icons,
tabId: request.tabID || sender.tab.id tabId: request.tabID || sender.tab.id
}); });

Loading…
Cancel
Save