diff options
author | Ajay <[email protected]> | 2023-03-18 14:37:14 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-03-18 14:37:14 -0400 |
commit | 09511e8b3d67a539a637a8b33b9bd0fe023f6548 (patch) | |
tree | efac9a3f981f8b28a1b8095519052ad347355451 /manifest | |
parent | 0e89549f6a3751a84ae8ae0c979e2ab9215e307a (diff) | |
download | SponsorBlock-09511e8b3d67a539a637a8b33b9bd0fe023f6548.tar.gz SponsorBlock-09511e8b3d67a539a637a8b33b9bd0fe023f6548.zip |
Remove vendor references5.4.0
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest/manifest.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/manifest/manifest.json b/manifest/manifest.json index 6cef9ee8..19683b87 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -13,7 +13,6 @@ ], "all_frames": true, "js": [ - "./js/vendor.js", "./js/content.js" ], "css": [ @@ -121,7 +120,6 @@ }, "background": { "scripts":[ - "./js/vendor.js", "./js/background.js" ] }, |