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 /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 'manifest.json')
-rw-r--r-- | manifest.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 9e4720b3..42a9bc0e 100644 --- a/manifest.json +++ b/manifest.json @@ -26,7 +26,9 @@ "icons/PlayerUploadIconSponsorBlocker256px.png", "icons/PlayerUploadFailedIconSponsorBlocker256px.png", "icons/upvote.png", - "icons/downvote.png" + "icons/downvote.png", + "icons/PlayerInfoIconSponsorBlocker256px.png", + "popup.html" ], "permissions": [ "tabs", |