We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1de59a commit 1b7c146Copy full SHA for 1b7c146
scripts/manifest.ts
@@ -41,7 +41,7 @@ export function getManifest(isFirefox: boolean): Manifest.WebExtensionManifest {
41
manifest.browser_specific_settings = {
42
gecko: {
43
id: '[email protected]',
44
- strict_min_version: '48.0',
+ strict_min_version: '58.0',
45
},
46
}
47
manifest.background = {
0 commit comments