rename background end-point script name

jh-changes
Shin'ya Ueoka 7 years ago
parent 2faf44af74
commit 57f798044d
  1. 2
      manifest.json
  2. 2
      webpack.config.js

@ -6,7 +6,7 @@
"content_scripts": [
{
"matches": [ "http://*/*", "https://*/*" ],
"js": [ "build/index.js" ]
"js": [ "build/content.js" ]
}
],
"background": {

@ -6,7 +6,7 @@ const dist = path.resolve(__dirname, 'build');
module.exports = {
entry: {
index: path.join(src, 'content'),
content: path.join(src, 'content'),
settings: path.join(src, 'settings'),
background: path.join(src, 'background'),
console: path.join(src, 'console')