mirror of
https://github.com/alyssaxuu/omni.git
synced 2026-03-11 08:54:35 +00:00
Unnecessary libraries
This commit is contained in:
parent
70faafc1ef
commit
55fb4c0b75
2 changed files with 3 additions and 3 deletions
|
|
@ -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]]
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue