Added support for any invidious instance.

This commit is contained in:
Ajay Ramachandran
2020-01-09 21:23:25 -05:00
parent 25436d9620
commit a20fa9871e
7 changed files with 189 additions and 141 deletions

View File

@@ -14,7 +14,7 @@
"all_frames": true,
"js": [
"config.js",
"SB.js",
"SB.js",
"utils/previewBar.js",
"utils/skipNotice.js",
"utils.js",
@@ -58,9 +58,9 @@
},
"background": {
"scripts":[
"config.js",
"SB.js",
"utils.js",
"config.js",
"background.js"
],
"persistent": false
@@ -76,11 +76,5 @@
"page": "options/options.html",
"open_in_tab": true
},
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "sponsorBlocker@ajay.app",
"strict_min_version": "57.0"
}
}
"manifest_version": 2
}