As per google documentation https://developer.chrome.com/docs/extensions/mv3/mv2-sunset/ V2 versions are allowed till 2024 to upgrade (we are not uploading new extension, upgrading existing version with some bug fixes) but after bug fixing when we tried to upgrade plugin we are getting error to update extension to V3 (manifest).
Can someone provide guidance on how to upload V2 extension and skip V3 error.
I tried to upgrade extension to V3 also but service worker creating problem in DOM as its not having access to DOM so we wanted to continue with V2 only for now by making fixes in existing extension.