mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
Increase minimum version of Firefox supported (#6939)
The minimum version supported is now Firefox 60. This is the current Extended Support Release. Various features we use were not supported by Firefox 53, such as `browser_action.default_popup`, `tabs.query`, and `permissions:unlimitedStorage`.
This commit is contained in:
parent
bb87a0b92c
commit
decc604eb8
2
.babelrc
2
.babelrc
@ -6,7 +6,7 @@
|
||||
"targets": {
|
||||
"browsers": [
|
||||
"chrome >= 58",
|
||||
"firefox >= 53"
|
||||
"firefox >= 60"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -22,7 +22,7 @@
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "webextension@metamask.io",
|
||||
"strict_min_version": "53.0"
|
||||
"strict_min_version": "60.0"
|
||||
}
|
||||
},
|
||||
"default_locale": "en",
|
||||
|
Loading…
Reference in New Issue
Block a user