Unnecessary libraries

This commit is contained in:
Alyssa X 2022-01-14 11:32:38 +00:00
parent 70faafc1ef
commit 55fb4c0b75
2 changed files with 3 additions and 3 deletions

View file

@ -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]]
});
}

View file

@ -34,8 +34,8 @@
"<all_urls>"
],
"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": [