Skip to content

Commit

Permalink
Fix minimum supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Nov 30, 2023
1 parent 4766280 commit 863e011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest/firefox-manifest-extra.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "48.0"
"strict_min_version": "56.0"
},
"gecko_android": {
"strict_min_version": "79.0"
"strict_min_version": "113.0"
}
},
"background": {
Expand Down

0 comments on commit 863e011

Please sign in to comment.