delete some unused files
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
chrome.runtime.onMessage.addListener((message, sender, sendResponse) => {
|
||||
if (message.action === "openTab") {
|
||||
chrome.tabs.create({url: message.url});
|
||||
}
|
||||
});
|
||||
@@ -13,12 +13,8 @@
|
||||
},
|
||||
"permissions": [
|
||||
"scripting",
|
||||
"activeTab",
|
||||
"tabs"
|
||||
"activeTab"
|
||||
],
|
||||
"background": {
|
||||
"service_worker": "background.js"
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
|
||||
Reference in New Issue
Block a user