Skip to content

Commit

Permalink
feat!: restrict max firefox version to avoid functional overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkerM committed May 21, 2021
1 parent af0aee7 commit 1465a5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"browser_specific_settings": {
"gecko": {
"id": "closetabstotheleft@parkerm.github.io",
"strict_min_version": "58.0a1"
"strict_min_version": "58.0a1",
"strict_max_version": "87.*"
}
},
"background": {
Expand Down

0 comments on commit 1465a5f

Please sign in to comment.