Update to Manifest v3
Hello,
Firstly, I want to thank you for taking the time to create this extension and make it public.
I'm curious if there are plans to release a new update that aligns with Manifest v3 standards? If so, that would be fantastic.
Thank you.
Yes, it is on the pile of stuff to do for my personal side projects… That pile is not small. :(
On the bright side, the V2 deprecation is still postponed with no real timeline yet. https://developer.chrome.com/docs/extensions/migrating/mv2-sunset/
It looks like V3 is dropping support for background pages and replacing them with service workers. While that sounds like a good change, it also means I have to migrate the code and do a lot of testing to make sure it continues working correctly.