diff --git a/extension/manifest.json b/extension/manifest.json index f357f936..df9e68e6 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -33,8 +33,8 @@ "background": { "scripts": [ - "dist/common.js", - "dist/background.js" + "/dist/scripts/common.js", + "/dist/scripts/background.js" ] }, diff --git a/package.json b/package.json index 4ff73de8..9cf6ddf2 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "author": "Bertrand Marron", "license": "ISC", "dependencies": { + "font-awesome": "^4.7.0", "react": "^15.4.2", "react-dom": "^15.4.2", "react-redux": "^5.0.2", @@ -36,6 +37,7 @@ "eslint": "^3.15.0", "eslint-plugin-react": "^6.9.0", "extract-text-webpack-plugin": "beta", + "file-loader": "^0.10.0", "html-webpack-plugin": "^2.28.0", "json-loader": "^0.5.4", "less": "^2.7.2", diff --git a/src/popup/index.html b/src/popup/index.html index 675c403d..de4779da 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -2,7 +2,6 @@
-