From f9431732a51fd1a598882d50e960700dce7e475d Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Wed, 30 Mar 2022 10:35:17 -0400 Subject: [PATCH] js is unnessesary --- index.js | 6 ------ manifest.json | 5 ++--- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 index.js diff --git a/index.js b/index.js deleted file mode 100644 index 7ad2f13..0000000 --- a/index.js +++ /dev/null @@ -1,6 +0,0 @@ -pageMod.PageMod({ - include: '*', - contentStyleFile: [ - data.url('style.css') - ] -}) \ No newline at end of file diff --git a/manifest.json b/manifest.json index 83fb322..9f56eb9 100644 --- a/manifest.json +++ b/manifest.json @@ -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"] }] -} \ No newline at end of file +}