diff options
author | Ajay <[email protected]> | 2023-11-30 15:21:55 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2023-11-30 15:21:55 -0500 |
commit | 863e01101bbc7a7212539a38793bed5be76762cd (patch) | |
tree | a08cb5f2b25decb43b96570de3cc3651837a64a8 /manifest | |
parent | 47662808a399b69cfab829849f2fea1e1303eb93 (diff) | |
download | SponsorBlock-863e01101bbc7a7212539a38793bed5be76762cd.tar.gz SponsorBlock-863e01101bbc7a7212539a38793bed5be76762cd.zip |
Fix minimum supported versions
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest/firefox-manifest-extra.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest/firefox-manifest-extra.json b/manifest/firefox-manifest-extra.json index b6ffb524..9f9468bc 100644 --- a/manifest/firefox-manifest-extra.json +++ b/manifest/firefox-manifest-extra.json @@ -2,10 +2,10 @@ "browser_specific_settings": { "gecko": { "id": "[email protected]", - "strict_min_version": "48.0" + "strict_min_version": "56.0" }, "gecko_android": { - "strict_min_version": "79.0" + "strict_min_version": "113.0" } }, "background": { |