This fixes a publishing error in the chrome store due to a too low min version.
- Uploading distribution
{
kind: 'chromewebstore#item',
id: '***',
uploadState: 'FAILURE',
Error: PKG_MANIFEST_PARSE_ERROR
The minimum Chrome version of 74 does not meet the minimum requirement to be published. To be published, a manifest V3 item must require at least Chrome version 88.
itemError: [
{
error_code: 'PKG_MANIFEST_PARSE_ERROR',
error_detail: 'The minimum Chrome version of 74 does not meet the minimum requirement to be published. To be published, a manifest V3 item must require at least Chrome version 88.'
}
]
}
This fixes a publishing error in the chrome store due to a too low min version.
Even so, there was no error it also updates the min Firefox version to a version that supports v3 manifests.