mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Fix minimum firefox version in manifest
Failing web-ext linter
This commit is contained in:
parent
045607b146
commit
abfe0b3f38
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "sponsorBlocker@ajay.app",
|
||||
"strict_min_version": "56.0"
|
||||
"strict_min_version": "102.0"
|
||||
},
|
||||
"gecko_android": {
|
||||
"strict_min_version": "113.0"
|
||||
|
|
Loading…
Reference in a new issue