Due to the upcoming expiration of the root certificate in Firefox, I want to set the minimum supported Firefox in my extension to 115.13 to match the minimum ESR version as described in the above linked Mozilla Support article.
However, on AMO, the closest available strict_min_version is 115.0, and when I specify the value of 115.13
as the strict_min_version
in the extension manifest, the extension can’t be uploaded because it fails validation. (The error didn’t occur when using the add-on validator tool.)
So I would like to request that the version 115.13
be added to the list of possible strict_min_version
values. I’m aware that the current ESR version is 128, but I want to continue to make my extension available to those who still need to stay on 115.13+.