aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest
diff options
context:
space:
mode:
authorAjay <[email protected]>2023-03-18 14:37:14 -0400
committerAjay <[email protected]>2023-03-18 14:37:14 -0400
commit09511e8b3d67a539a637a8b33b9bd0fe023f6548 (patch)
treeefac9a3f981f8b28a1b8095519052ad347355451 /manifest
parent0e89549f6a3751a84ae8ae0c979e2ab9215e307a (diff)
downloadSponsorBlock-09511e8b3d67a539a637a8b33b9bd0fe023f6548.tar.gz
SponsorBlock-09511e8b3d67a539a637a8b33b9bd0fe023f6548.zip
Remove vendor references5.4.0
Diffstat (limited to 'manifest')
-rw-r--r--manifest/manifest.json2
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"
]
},