mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
Update minimum browser versions (#12847)
The minimum browser versions have been updated to Chromium v80 and Firefox v78. Chromium v80 is >3 years old, and very few users use older versions than that. Firefox v78 is two extended support releases ago (v91 and v102 ar the previous and current ESR releases).
This commit is contained in:
parent
2ccc1977bf
commit
524ab66a16
@ -1 +1 @@
|
||||
chrome >= 66, firefox >= 68
|
||||
chrome >= 80, firefox >= 78
|
||||
|
@ -4,5 +4,5 @@
|
||||
"matches": ["https://metamask.io/*"],
|
||||
"ids": ["*"]
|
||||
},
|
||||
"minimum_chrome_version": "66"
|
||||
"minimum_chrome_version": "80"
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "webextension@metamask.io",
|
||||
"strict_min_version": "68.0"
|
||||
"strict_min_version": "78.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -6,5 +6,5 @@
|
||||
"matches": ["https://metamask.io/*"],
|
||||
"ids": ["*"]
|
||||
},
|
||||
"minimum_chrome_version": "66"
|
||||
"minimum_chrome_version": "80"
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "webextension@metamask.io",
|
||||
"strict_min_version": "68.0"
|
||||
"strict_min_version": "78.0"
|
||||
}
|
||||
},
|
||||
"background": {
|
||||
|
@ -5,7 +5,7 @@ module.exports = function (api) {
|
||||
strictMode: true,
|
||||
},
|
||||
targets: {
|
||||
browsers: ['chrome >= 66', 'firefox >= 68'],
|
||||
browsers: ['chrome >= 80', 'firefox >= 78'],
|
||||
},
|
||||
presets: [
|
||||
'@babel/preset-typescript',
|
||||
|
Loading…
Reference in New Issue
Block a user