Closed vasilicatamas closed 7 years ago
Nice edge case you found there.
It's a webextension but it has a "strict_max_version": "54.0"
.
strict_max_version
usually doesn't make any sense for add-ons using WebExtensions. Most of the time, we should be telling the developer not to do that. In the rare cases where it makes sense, I think it's an edge case we can accept.
Steps to reproduce:
Expected results: I’m not sure which should be the expected result here but I’m thinking about 2 options:
Actual results: The webextension is not installed because it is not compatible with Firefox 56 or Firefox 57 which contradicts “Compatible with Firefox 57+” label. This issue can be very confusing for the users.
Additional notes: