Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
Closed
2 changes: 1 addition & 1 deletion shells/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["build/inject.js"],
"js": ["build/GlobalHook.js"],
"run_at": "document_start"
}
]
Expand Down
2 changes: 1 addition & 1 deletion shells/chrome/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
entry: {
main: './src/main.js',
background: './src/background.js',
inject: './src/GlobalHook.js',
GlobalHook: './src/GlobalHook.js',
contentScript: './src/contentScript.js',
panel: './src/panel.js',
},
Expand Down