jgchk / better-rym

Enhancements for RateYourMusic 🎧
GNU General Public License v3.0
52 stars 7 forks source link

Update to manifest v3 #146

Open elliotchance opened 2 years ago

elliotchance commented 2 years ago

I get a warning about manifest v2 when installing the unpacked extension. See:

https://developer.chrome.com/blog/mv2-transition/

jgchk commented 2 years ago

conversion is mostly done in https://github.com/jgchk/better-rym/tree/manifest-v3

last big hurdle is losing URL.createObjectURL support in the background script -> service worker conversion, which was used for downloading cover art. there are some workarounds (https://bugs.chromium.org/p/chromium/issues/detail?id=1224027), though it may be easier just to rethink how we're downloading images in the first place

Viktini commented 3 days ago

Is this still in progress? Thought I'd ask since I'm using Vivaldi and the extension manager is nagging me in-browser, saying BetterRYM will no longer be supported soon.