Update dependencies and fix styling issues

This commit is contained in:
n4ze3m
2024-02-07 00:11:07 +05:30
parent a66d8a8418
commit 58966355c3
21 changed files with 1175 additions and 51 deletions

View File

@@ -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)
})
});