keithjgrant / omnibear

A Micropub browser extension
MIT License
36 stars 8 forks source link

Upgrade to web manifest v3 #107

Open keithjgrant opened 1 year ago

keithjgrant commented 1 year ago

See https://developer.chrome.com/docs/extensions/mv3/intro/mv3-overview/

aciccarello commented 4 months ago

From briefly looking at the retooling branch code, here are the known changes required to support manifest v3. It looks like the majority of this work is related to moving to a service worker.

There may be additional issues migrating to v3. Cross-browser compatibility will also take some careful testing considering Firefox and Safari have different implementations than Chrome.