s-weigand / binge-stream

Extension to auto click 'Skip Recap' and 'Skip Intro' on streaming pages, when they pop up
Apache License 2.0
4 stars 2 forks source link

📦🩹 Use valid min versions for v3 manifest #282

Closed s-weigand closed 12 months ago

s-weigand commented 12 months ago

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.'
    }
  ]
}

Even so, there was no error it also updates the min Firefox version to a version that supports v3 manifests.

codecov[bot] commented 12 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:loudspeaker: Thoughts on this report? Let us know!