Skip to content

Commit

Permalink
Update minimum browser versions
Browse files Browse the repository at this point in the history
The minimum browser versions have been updated to Chromium v78 and
Firefox v78.

Chromium v78 is >2 years old, and very few users use older versions
than that.

Firefox v78 is the _previous_ extended support release. The current
Firefox extended support release is v91.
  • Loading branch information
Gudahtt committed Oct 26, 2022
1 parent c519d3e commit fa54250
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/manifest/v2/chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"matches": ["https://metamask.io/*"],
"ids": ["*"]
},
"minimum_chrome_version": "66"
"minimum_chrome_version": "78"
}
2 changes: 1 addition & 1 deletion app/manifest/v2/firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"applications": {
"gecko": {
"id": "webextension@metamask.io",
"strict_min_version": "68.0"
"strict_min_version": "78.0"
}
}
}
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = function (api) {
strictMode: true,
},
targets: {
browsers: ['chrome >= 66', 'firefox >= 68'],
browsers: ['chrome >= 78', 'firefox >= 78'],
},
presets: [
'@babel/preset-typescript',
Expand Down

0 comments on commit fa54250

Please sign in to comment.