fix completion

This commit is contained in:
Shin'ya Ueoka 2017-09-05 13:56:16 +09:00
parent 73a4fe0bb1
commit ee9359c138
3 changed files with 11 additions and 4 deletions

View file

@ -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 {