aboutsummaryrefslogtreecommitdiff
path: root/src/background
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-09-05 13:56:16 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-09-05 18:15:24 +0900
commitee9359c138b146dc5a4d31e988c3a7f3ed0444e5 (patch)
tree47d9ca3d364668317b1b5ceac55ec10ed8675853 /src/background
parent73a4fe0bb1f8a7296f0a174e84111ce021f1c14e (diff)
fix completion
Diffstat (limited to 'src/background')
-rw-r--r--src/background/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/background/index.js b/src/background/index.js
index 4a5e6d6..4aa3856 100644
--- a/src/background/index.js
+++ b/src/background/index.js
@@ -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 {