diff options
author | Ajay Ramachandran <[email protected]> | 2022-09-02 15:20:40 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-09-02 15:20:40 -0400 |
commit | 4f0f8655f4fccb71034490d44b3d409e5f01e224 (patch) | |
tree | 44020c8209972eaaf08b6030a185197e8ad5b312 /manifest | |
parent | 668f6856d1c7a4ffcb83fa1ae1cdd888996d19af (diff) | |
parent | 29c6151fe3cde9fa5d4ad26f36613f12eba660a8 (diff) | |
download | SponsorBlock-4f0f8655f4fccb71034490d44b3d409e5f01e224.tar.gz SponsorBlock-4f0f8655f4fccb71034490d44b3d409e5f01e224.zip |
Merge pull request #1425 from mchangrh/contentScriptRebase5.0
rebase document script out of videoInfo
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest/manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest/manifest.json b/manifest/manifest.json index a1b15423..5276e5eb 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -69,7 +69,8 @@ "icons/PlayerInfoIconSponsorBlocker.svg", "icons/PlayerDeleteIconSponsorBlocker.svg", "popup.html", - "content.css" + "content.css", + "js/document.js" ], "permissions": [ "storage", |