diff options
author | Ajay <[email protected]> | 2023-10-11 13:50:45 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-10-11 13:50:45 -0400 |
commit | e271f2cbcc06680680b05d5e8b7be3749f13c4f5 (patch) | |
tree | 3572f1cb07bf6824c8a88a4904c829c086776e23 /manifest/firefox-manifest-extra.json | |
parent | 1cc4c1866535b4b66ffa2e9aee951ca578cc54fa (diff) | |
download | SponsorBlock-e271f2cbcc06680680b05d5e8b7be3749f13c4f5.tar.gz SponsorBlock-e271f2cbcc06680680b05d5e8b7be3749f13c4f5.zip |
Add gecko android to minimum version
Diffstat (limited to 'manifest/firefox-manifest-extra.json')
-rw-r--r-- | manifest/firefox-manifest-extra.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manifest/firefox-manifest-extra.json b/manifest/firefox-manifest-extra.json index d7d24752..2a5c45c3 100644 --- a/manifest/firefox-manifest-extra.json +++ b/manifest/firefox-manifest-extra.json @@ -2,6 +2,9 @@ "browser_specific_settings": { "gecko": { "id": "[email protected]" + }, + "gecko_android": { + "strict_min_version": "79.0" } }, "background": { |