Skip to content
Snippets Groups Projects
Commit 1f472f27 authored by Valentin Rigal's avatar Valentin Rigal
Browse files

Remove background script

parent ff371c41
No related branches found
No related tags found
2 merge requests!4Setup CI,!3Setup the stack to use Vue in both the web extension and a regular html form
browser.runtime.onMessage.addListener(function (request, sender, sendResponse) {
console.log("Hello from the background");
console.log(request, sender, sendResponse);
});
......@@ -13,12 +13,6 @@
"48": "icons/keyboard-48.png",
"128": "icons/keyboard-128.png"
},
"background": {
"scripts": [
"js/background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "Virtual keyboard",
......
......@@ -13,12 +13,6 @@ module.exports = {
},
},
pluginOptions: {
browserExtension: {
componentOptions: {
background: {
entry: "src/background.js",
},
},
},
browserExtension: {},
},
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment