I'm importing bookmarks through my chrome extension and I want to set the favicon of each bookmark.
I can't find any way of doing this in the docs. The BookmarkTreeNode
type doesn't seem to have an icon property
No, you cannot change a favicon through the chrome.bookmarks
API.
There is a feature request at crbug.com/59519 though.