I am preparing an extension version of MV3. It has a lot of bugs when udating from MV2 on chrome versions below 124.
The main error is that the offscreen feature is somehow not working on Windows 7 and Chrome version 109 (although the documentation says that it is supported starting from version 109 and above). This error is probably happening only on Windows 7 and affecting a lot of users.
As far as I understand, MV2 extensions in Chrome will be deprecated in stores starting from chrome versions above 129-130. So there is probably no need for the migration to MV3 for all users. Is this correct?
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/c6fb3c79-27f4-4a7e-a55c-0403c79434cbn%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/CAOsQqBkgFHUWXJuid5cdPSJ5%3DEcvvWiy%2ByyEanoTD-9AGaxcfw%40mail.gmail.com.
According to this documentation, if I raise the minimum_chrome_version, users with the lower Chrome versions won't be able to install an extension from the store and automatic updates will be turned off. Is this correct?
And, as I understand, I can still downgrade minimum_chrome_version in future extension releases if I find a way how to fix the existing issue?