Will Stone
Will Stone

Reputation: 4835

Can I access the stored favicons for bookmarks using the Firefox extension API?

I'm writing an extension for Firefox 57+ (using the WebExtensions API). Is it possible to access the locally stored favicon for a given URL/bookmark? I'm thinking something like file://{%PROFILE%}/favicons/{% URL %}

Upvotes: 1

Views: 722

Answers (2)

YFdyh000
YFdyh000

Reputation: 89

Bug 1315616 - Give extensions access to cached favicon URLs tracks this feature request.

Upvotes: 1

Smile4ever
Smile4ever

Reputation: 3704

No, that's currently not possible. https://bugzilla.mozilla.org/show_bug.cgi?id=1411120 tracks this feature request.

Upvotes: 0

Related Questions