Skip to content

Commit

Permalink
fix Lowest supported "strict_min_version" is 58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcoding810 committed Aug 18, 2024
1 parent 1a9a783 commit 303c146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest/v2.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const manifest: ManifestTypeV2 = {
browser_specific_settings: {
gecko: {
id: '[email protected]',
strict_min_version: '42.0',
strict_min_version: '58.0',
},
},
icons: {
Expand Down

0 comments on commit 303c146

Please sign in to comment.