Skip to content

Commit 386f262

Browse files
authored
Increase minimum version to 136.0 (#584)
Increase the minimum version to match the official [userScripts](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/userScripts#browser_compatibility) release.
1 parent 7e52f30 commit 386f262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userScripts-mv3/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"browser_specific_settings": {
1616
"gecko": {
1717
18-
"strict_min_version": "134.0"
18+
"strict_min_version": "136.0"
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)