Skip to content

Commit

Permalink
Increase minimum supported Chrome and Firefox versions (#1299)
Browse files Browse the repository at this point in the history
We agreed to support back to the previous ESR Firefox
release[1] (currently 91) and Chrome releases for the past
year[2] (currently back to 92). We will bump these minimum version
numbers periodically in line with that policy.

1 - https://endoflife.date/firefox
2 - https://chromiumdash.appspot.com/releases?platform=Windows
  • Loading branch information
kzar committed Aug 31, 2022
1 parent 417d651 commit e442e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions browsers/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "2022.8.25",
"minimum_chrome_version": "92.0",
"icons": {
"16": "img/icon_16.png",
"48": "img/icon_48.png",
Expand Down
2 changes: 1 addition & 1 deletion browsers/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"applications": {
"gecko": {
"id": "jid1-ZAdIEUB7XOzOJw@jetpack",
"strict_min_version": "65.0"
"strict_min_version": "91.0"
}
},
"version": "2022.8.25",
Expand Down

0 comments on commit e442e7a

Please sign in to comment.