aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay <[email protected]>2024-09-08 01:29:55 -0400
committerAjay <[email protected]>2024-09-08 01:29:55 -0400
commitabfe0b3f38f366cdc83f159b18dfa2c326005a31 (patch)
tree18cbba4805f68735be20ff1f8d42c856d80f6b94
parent045607b146b405b22b5023c4ab0ae111f8f19cdd (diff)
downloadSponsorBlock-abfe0b3f38f366cdc83f159b18dfa2c326005a31.tar.gz
SponsorBlock-abfe0b3f38f366cdc83f159b18dfa2c326005a31.zip
Fix minimum firefox version in manifest
Failing web-ext linter
-rw-r--r--manifest/firefox-manifest-extra.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest/firefox-manifest-extra.json b/manifest/firefox-manifest-extra.json
index d7788721..e89e5953 100644
--- a/manifest/firefox-manifest-extra.json
+++ b/manifest/firefox-manifest-extra.json
@@ -2,7 +2,7 @@
"browser_specific_settings": {
"gecko": {
- "strict_min_version": "56.0"
+ "strict_min_version": "102.0"
},
"gecko_android": {
"strict_min_version": "113.0"