Skip to content

Commit 1b7c146

Browse files
committed
🔧 fix: firefox shit
1 parent f1de59a commit 1b7c146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function getManifest(isFirefox: boolean): Manifest.WebExtensionManifest {
4141
manifest.browser_specific_settings = {
4242
gecko: {
4343
44-
strict_min_version: '48.0',
44+
strict_min_version: '58.0',
4545
},
4646
}
4747
manifest.background = {

0 commit comments

Comments
 (0)