diff --git a/extension/background.js b/extension/background.js index cc10fc3..7deefbf 100644 --- a/extension/background.js +++ b/extension/background.js @@ -116,7 +116,7 @@ async function handleContentScriptMessage({type, params, host}) { null, 2 ), - iconUrl: 'icons/denied48.png' + iconUrl: 'icons/48x48.png' }) .then(console.log) .catch(console.log)