wip: toolbar icon

This commit is contained in:
Philipp Rothmann 2022-03-08 17:56:32 +01:00
parent 0be4526c4c
commit 0c8ce940a8
3 changed files with 18 additions and 3 deletions

3
background.js Normal file
View file

@ -0,0 +1,3 @@
browser.browserAction.onClicked.addListener((tab) => {
console.log(tab.url);
});