diff --git a/addon/webextension/background/takeshot.js b/addon/webextension/background/takeshot.js index 3d7c090282..03aecdc675 100644 --- a/addon/webextension/background/takeshot.js +++ b/addon/webextension/background/takeshot.js @@ -10,6 +10,7 @@ this.takeshot = (function () { communication.register("takeShot", catcher.watchFunction((sender, options) => { let { captureType, captureText, scroll, selectedPos, shotId, shot } = options; shot = new Shot(main.getBackend(), shotId, shot); + shot.favicon = sender.tab.favIconUrl; let capturePromise = Promise.resolve(); let openedTab; if (! shot.clipNames().length) {