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": [