This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Extension API: chrome.browserAction.setIcon assumes a relative path #8344
Labels
feature/extensions
fixed-with-brave-core
This issue will automatically resolved with the replacement of Muon with Brave Core.
wontfix
https://developer.chrome.com/extensions/browserAction#method-setIcon
Brave presently assumes that values coming in from
chrome.browserAction.setIcon
will have relative paths. (Also worth noting that Brave assumes thepath
is either a string, or an object with properties19
and38
. If neither assumption is true, no icon is showed.)extensionState.js:
This is not always the case. Evernote, for example, does the following:
Related Issues: #8500
The text was updated successfully, but these errors were encountered: