diff options
author | Ajay <[email protected]> | 2023-10-23 16:00:10 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-10-23 16:00:10 -0400 |
commit | 0bb3528cded5a0eb1eb3de07390d8ee61f42666a (patch) | |
tree | fb11a0b1c4ad991637a68910e3bacb5f8452a376 | |
parent | c8c141f5c9f0082863d9c3304c0cad17fe394b84 (diff) | |
download | SponsorBlock-0bb3528cded5a0eb1eb3de07390d8ee61f42666a.tar.gz SponsorBlock-0bb3528cded5a0eb1eb3de07390d8ee61f42666a.zip |
Add minimum version of Firefox to manifest
-rw-r--r-- | manifest/firefox-manifest-extra.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest/firefox-manifest-extra.json b/manifest/firefox-manifest-extra.json index 2a5c45c3..b6ffb524 100644 --- a/manifest/firefox-manifest-extra.json +++ b/manifest/firefox-manifest-extra.json @@ -1,7 +1,8 @@ { "browser_specific_settings": { "gecko": { - "id": "[email protected]" + "id": "[email protected]", + "strict_min_version": "48.0" }, "gecko_android": { "strict_min_version": "79.0" |