Migrate/Create alternate Manifest V3
Opened this issue · 0 comments
bozdoz commented
Issues:
- extension won't inject content-script in V3 unless user explicitly allows it by clicking the icon
- May not be able to get permissions in v3 unless user explicitly allows it; Image downloading needs CORS (crossOrigin anonymous)
content-script can't fetch images in V3; need to fetch and send blob by messaging background script (done)