From 55fb4c0b7504f99f88fd63ceb11af50ba07a59c5 Mon Sep 17 00:00:00 2001 From: Alyssa X Date: Fri, 14 Jan 2022 11:32:38 +0000 Subject: [PATCH] Unnecessary libraries --- src/background.js | 2 +- src/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/background.js b/src/background.js index a9caea9..e88331f 100644 --- a/src/background.js +++ b/src/background.js @@ -129,7 +129,7 @@ chrome.runtime.onInstalled.addListener(function (object) { } chrome.scripting.insertCSS({ target: {tabId: tab.id}, - files: [chrome.manifest.content_scripts[0].css[1]] + files: [chrome.manifest.content_scripts[0].css[0]] }); } diff --git a/src/manifest.json b/src/manifest.json index 1775f57..3a9a3a3 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -34,8 +34,8 @@ "" ], "run_at": "document_end", - "js": ["jquery.js", "assets/jquery.nice-select.min.js", "content.js"], - "css": ["assets/nice-select.css", "content.css"] + "js": ["jquery.js", "content.js"], + "css": ["content.css"] } ], "web_accessible_resources": [