Skip to content

Commit

Permalink
Merge pull request #87 from VampireChicken12/dev
Browse files Browse the repository at this point in the history
fix: bump min version for firefox
  • Loading branch information
VampireChicken12 authored Nov 14, 2023
2 parents 3683ac7 + cea061e commit 2a2d895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const manifestV2: Manifest.WebExtensionManifest = {
browser_specific_settings: {
gecko: {
id: "{c49b13b1-5dee-4345-925e-0c793377e3fa}",
strict_min_version: "48.0"
strict_min_version: "119.0"
}
}
};
Expand Down

0 comments on commit 2a2d895

Please sign in to comment.