Skip to content

Commit

Permalink
Bump min required browser versions to allow usage of new features
Browse files Browse the repository at this point in the history
  • Loading branch information
larsjohnsen committed Jun 5, 2020
1 parent bf66c46 commit f1a92e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chrome/beta/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "{{prop-loader?description!../../package.json}}",
"author": "{{prop-loader?author!../../package.json}}",
"homepage_url": "{{prop-loader?homepage!../../package.json}}",
"minimum_chrome_version": "76",
"minimum_chrome_version": "83",
"icons": {
"48": "{{../../images/beta48.png}}",
"128": "{{../../images/beta128.png}}"
Expand Down
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "{{prop-loader?description!../package.json}}",
"author": "{{prop-loader?author!../package.json}}",
"homepage_url": "{{prop-loader?homepage!../package.json}}",
"minimum_chrome_version": "76",
"minimum_chrome_version": "83",
"icons": {
"48": "{{../images/icon48.png}}",
"128": "{{../images/icon128.png}}"
Expand Down
2 changes: 1 addition & 1 deletion firefox/beta/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"applications": {
"gecko": {
"id": "jid1-xUfzOsOFlzSOXg@jetpack",
"strict_min_version": "69.0"
"strict_min_version": "77.0"
}
},
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"applications": {
"gecko": {
"id": "jid1-xUfzOsOFlzSOXg@jetpack",
"strict_min_version": "69.0"
"strict_min_version": "77.0"
}
},
"icons": {
Expand Down

0 comments on commit f1a92e9

Please sign in to comment.