Update dependencies and fix styling issues
This commit is contained in:
@@ -13,9 +13,4 @@ chrome.runtime.onMessage.addListener(async (message) => {
|
||||
|
||||
chrome.action.onClicked.addListener((tab) => {
|
||||
chrome.tabs.create({url: chrome.runtime.getURL("options.html")});
|
||||
});
|
||||
|
||||
// listen to commadns
|
||||
chrome.commands.onCommand.addListener((command) => {
|
||||
console.log('Command', command)
|
||||
})
|
||||
});
|
||||
Reference in New Issue
Block a user