mozilla/addons

[Bug]: Can not upload add-on with `"strict_min_version": "128.1"`

Closed this issue · 2 comments

What happened?

1851083 - Manifest V3 extensions with activeTab/tabs permission require user interaction not previously required, showing blue dot on desktop and no indicator on Android is fixed on 129.0 and also uplifted to esr 128.1
But https://addons.mozilla.org/api/v5/applications/firefox/ does not include 128.1
So submitting add-on with "strict_min_version": "128.1" is rejected.
See attachment.
Screenshot-amo

What did you expect to happen?

No error

Is there an existing issue for this?

  • I have searched the existing issues

┆Issue is synchronized with this Jira Task

diox commented

Unfortunately, ESR never exposes the full version to websites, AMO included (navigator.userAgent returns Mozilla/5.0 ({snip}; rv:128.0) Gecko/20100101 Firefox/128.0). So if we were to add that option, add-ons with that minimum version would not be installable in ESR 128.1.

I see, I didn't know that.
Thanks.