mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
408586aa4d
Firefox v68 is the _previous_ Extended Support Release. We are increasing this because our current minimum version doesn't support async iterators, so some of our dependencies cause the extension to crash. Our metrics show that usage of Firefox versions older than this is quite low (under 0.7% of Firefox users in the past month). These older versions are also _very behind_ on security updates. Using the Extended Support Release also makes it easier for us to test the minimum version, and ensure our extension remains compatible with it. Relates to #6805
9 lines
124 B
JSON
9 lines
124 B
JSON
{
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "webextension@metamask.io",
|
|
"strict_min_version": "68.0"
|
|
}
|
|
}
|
|
}
|