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.
This commit is contained in:
erosman
2025-05-13 07:51:44 +03:30
committed by GitHub
parent 7e52f30052
commit 386f262076

View File

@@ -15,7 +15,7 @@
"browser_specific_settings": {
"gecko": {
"id": "user-script-manager-example@mozilla.org",
"strict_min_version": "134.0"
"strict_min_version": "136.0"
}
}
}