Skip to content

Commit

Permalink
Update minimal required Firefox version
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistecdr authored Oct 25, 2023
1 parent 8f42760 commit a1c356c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (process.env.BROWSER === "firefox") {
manifest.browser_specific_settings = {
gecko: {
id: "baptistecdr@users.noreply.github.com",
strict_min_version: "109.0",
strict_min_version: "112.0",
},
};
} else if (process.env.BROWSER === "chromium") {
Expand Down

0 comments on commit a1c356c

Please sign in to comment.