mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user