Added option for custom invidious instances.

This commit is contained in:
Ajay Ramachandran
2019-12-31 19:09:37 -05:00
parent ea3f9f246e
commit 0b41118232
5 changed files with 98 additions and 2 deletions

View File

@@ -73,5 +73,11 @@
"page": "options/options.html",
"open_in_tab": true
},
"manifest_version": 2
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "sponsorBlocker@ajay.app",
"strict_min_version": "57.0"
}
}
}