fix completion
This commit is contained in:
parent
73a4fe0bb1
commit
ee9359c138
3 changed files with 11 additions and 4 deletions
|
@ -90,7 +90,8 @@ browser.runtime.onMessage.addListener((request, sender) => {
|
|||
return {
|
||||
caption: tab.title,
|
||||
content: tab.title,
|
||||
url: tab.url
|
||||
url: tab.url,
|
||||
icon: tab.favIconUrl
|
||||
}
|
||||
});
|
||||
return {
|
||||
|
|
Reference in a new issue