fix allow notification icon.

This commit is contained in:
fiatjaf
2023-06-11 09:43:42 -03:00
parent 2bc9512c23
commit f9ee7fe013

View File

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