Skip to content

Commit

Permalink
fix: Update Firefox min version to publish
Browse files Browse the repository at this point in the history
Mozilla Addons requires Firefox min version >= 58.0. We set the
version of the Bitwarden merge upstream which is 91.0
  • Loading branch information
zatteo committed Jul 11, 2024
1 parent a76c3a3 commit 115f6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/browser/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"applications": {
"gecko": {
"id": "{d99217fe-4f35-4ede-8dc8-728920f75c26}",
"strict_min_version": "57.0"
"strict_min_version": "91.0"
}
},
"sidebar_action": {
Expand Down

0 comments on commit 115f6fd

Please sign in to comment.