You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
This issue also impacts the Evernote extension. With Evernote, however, this method is called during initialization, which results in no icon from the start of the user's session.
Describe the issue you encountered:
Calling
chrome.browserAction.setIcon
results in no icon being displayed.Expected behavior:
Calling
chrome.browserAction.setIcon
should result in an updated browserAction icon.Pocket uses this method to indicate when a URL has been saved.
Platform: Windows 10
Brave Version: 0.12.4
Steps to reproduce:
chrome.browserAction.setIcon({ path: 'http://i.imgur.com/01TA7Or.jpg' })
The text was updated successfully, but these errors were encountered: