Skip to content

Commit

Permalink
Merge pull request #1577 from gamebeaker/increase-min-browser-version…
Browse files Browse the repository at this point in the history
…-URL.canParse()

increase min browser version URL.canParse()
  • Loading branch information
gamebeaker authored Nov 24, 2024
2 parents 948af44 + f1350a4 commit 7ca2a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "109.0"
"strict_min_version": "115.0"
}
},
"minimum_chrome_version": "119"
"minimum_chrome_version": "120"
}

0 comments on commit 7ca2a18

Please sign in to comment.