unused background messaging removed
This commit is contained in:
parent
332086b4fb
commit
6816fddff2
2 changed files with 1 additions and 17 deletions
|
@ -1,14 +0,0 @@
|
||||||
/* link.js
|
|
||||||
Link the content scripts to the background scripts.
|
|
||||||
*/
|
|
||||||
|
|
||||||
class BackgroundMessaging {
|
|
||||||
constructor () {
|
|
||||||
// Create a listener for events.
|
|
||||||
/* chrome.runtime.onMessage.addListener(async (message, sender, sendResponse) => {
|
|
||||||
|
|
||||||
});*/
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export default BackgroundMessaging;
|
|
|
@ -4,8 +4,6 @@ Shop wisely with AI!
|
||||||
|
|
||||||
import fc from './fc.js';
|
import fc from './fc.js';
|
||||||
import BackgroundCheck from "./background.check.js";
|
import BackgroundCheck from "./background.check.js";
|
||||||
import BackgroundMessaging from "./background.messaging.js";
|
|
||||||
|
|
||||||
fc.run();
|
fc.run();
|
||||||
BackgroundCheck.init();
|
BackgroundCheck.init();
|
||||||
new BackgroundMessaging();
|
|
Loading…
Add table
Add a link
Reference in a new issue