Quick-Bookmarks-Menu icon indicating copy to clipboard operation
Quick-Bookmarks-Menu copied to clipboard

Migrate to Manifest V3

Open yuhaofe opened this issue 4 years ago • 1 comments

Google is deprecating Manifest V2, this extension should migrate to Manifest V3 before 2023.

Migration Checklist

feature V2 V3 status alts
favicon "chrome://favicon/" permission chrome.favicon api pending
online favicon grabbers Yandex Google DuckDuckGo
background background pages service workers todo
...

yuhaofe avatar Oct 07 '21 01:10 yuhaofe

The favicon API has been available since v104: https://bugs.chromium.org/p/chromium/issues/detail?id=104102#c63 Example: https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/api/favicon

I think there shouldn't be any need for a service worker for this extension.

andreask1 avatar Nov 29 '22 10:11 andreask1