js is unnessesary

This commit is contained in:
array-in-a-matrix 2022-03-30 10:35:17 -04:00
parent 8c29c7a672
commit f9431732a5
2 changed files with 2 additions and 9 deletions

View file

@ -1,6 +0,0 @@
pageMod.PageMod({
include: '*',
contentStyleFile: [
data.url('style.css')
]
})

View file

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "RGB YouTube",
"version": "4.0",
"version": "4.1",
"author": "Array in a Matrix",
"description": "Makes the YouTube progress bar cycle through different RGB colors.",
@ -44,8 +44,7 @@
"*://tube.cthd.icu/*",
"*://invidious.048596.xyz/*"
],
"js": ["index.js"],
"css": ["style.css"]
}]
}
}