Added support for Firefox.

This commit is contained in:
Ajay Ramachandran
2019-07-22 21:11:37 -04:00
parent 1040868ebb
commit 21220bf2d3
3 changed files with 17 additions and 7 deletions

View File

@@ -30,7 +30,8 @@
"permissions": [
"tabs",
"storage",
"notifications"
"notifications",
"https://sponsor.ajay.app/*"
],
"browser_action": {
"default_title": "SponsorBlock",
@@ -49,5 +50,11 @@
"128": "icons/LogoSponsorBlocker128px.png",
"256": "icons/LogoSponsorBlocker256px.png"
},
"browser_specific_settings": {
"gecko": {
"id": "sponsorBlocker@ajay.app",
"strict_min_version": "42.0"
}
},
"manifest_version": 2
}