Skip to content

Commit f1a92e9

Browse files
committed
Bump min required browser versions to allow usage of new features
1 parent bf66c46 commit f1a92e9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

chrome/beta/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "{{prop-loader?description!../../package.json}}",
66
"author": "{{prop-loader?author!../../package.json}}",
77
"homepage_url": "{{prop-loader?homepage!../../package.json}}",
8-
"minimum_chrome_version": "76",
8+
"minimum_chrome_version": "83",
99
"icons": {
1010
"48": "{{../../images/beta48.png}}",
1111
"128": "{{../../images/beta128.png}}"

chrome/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "{{prop-loader?description!../package.json}}",
66
"author": "{{prop-loader?author!../package.json}}",
77
"homepage_url": "{{prop-loader?homepage!../package.json}}",
8-
"minimum_chrome_version": "76",
8+
"minimum_chrome_version": "83",
99
"icons": {
1010
"48": "{{../images/icon48.png}}",
1111
"128": "{{../images/icon128.png}}"

firefox/beta/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"applications": {
99
"gecko": {
1010
"id": "jid1-xUfzOsOFlzSOXg@jetpack",
11-
"strict_min_version": "69.0"
11+
"strict_min_version": "77.0"
1212
}
1313
},
1414
"icons": {

firefox/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"applications": {
99
"gecko": {
1010
"id": "jid1-xUfzOsOFlzSOXg@jetpack",
11-
"strict_min_version": "69.0"
11+
"strict_min_version": "77.0"
1212
}
1313
},
1414
"icons": {

0 commit comments

Comments
 (0)