diff options
author | Ajay Ramachandran <[email protected]> | 2020-02-08 18:23:08 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-02-08 18:23:08 -0500 |
commit | 1cd84d8a2ccc669856c01efb96e88e5248c87473 (patch) | |
tree | ef9794394578b15f302b0e6b1eca58514eb52fef /manifest/manifest.json | |
parent | 0c891e0a0971add54a7d79315224530b2080735f (diff) | |
download | SponsorBlock-1cd84d8a2ccc669856c01efb96e88e5248c87473.tar.gz SponsorBlock-1cd84d8a2ccc669856c01efb96e88e5248c87473.zip |
Fixed Chrome Invidious CSS issues.
Apparently the chrome API doesn't work well with CSS.
Resolves https://github.com/ajayyy/SponsorBlock/issues/241
Diffstat (limited to 'manifest/manifest.json')
-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 b0d094be..4f391a48 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -36,7 +36,8 @@ "icons/close.png", "icons/PlayerInfoIconSponsorBlocker256px.png", "icons/PlayerDeleteIconSponsorBlocker256px.png", - "popup.html" + "popup.html", + "content.css" ], "permissions": [ "storage", |