diff options
author | Ajay Ramachandran <[email protected]> | 2019-07-29 15:42:14 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2019-07-29 15:42:14 -0400 |
commit | 6b6e74b5a027f03d9fc354712f3c47489092b21d (patch) | |
tree | aebf3772cd22bfa64a3defc09339e42333440359 /firefox_manifest.json | |
parent | d6c5dbaff118f2be0c4c301e92e96ba9e6461912 (diff) | |
download | SponsorBlock-6b6e74b5a027f03d9fc354712f3c47489092b21d.tar.gz SponsorBlock-6b6e74b5a027f03d9fc354712f3c47489092b21d.zip |
Added popup as an info menu that is opened on the side.
Diffstat (limited to 'firefox_manifest.json')
-rw-r--r-- | firefox_manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox_manifest.json b/firefox_manifest.json index 4c2a0bad..0fb7e834 100644 --- a/firefox_manifest.json +++ b/firefox_manifest.json @@ -26,7 +26,8 @@ "icons/PlayerUploadIconSponsorBlocker256px.png", "icons/PlayerUploadFailedIconSponsorBlocker256px.png", "icons/upvote.png", - "icons/downvote.png" + "icons/downvote.png", + "icons/PlayerInfoIconSponsorBlocker256px.png" ], "permissions": [ "tabs", |