Slim copy-url notification

This commit is contained in:
David Heinemeier Hansson
2026-05-17 10:59:12 +02:00
parent 4243c4d32f
commit e8a8422408
2 changed files with 9 additions and 4 deletions
@@ -11,7 +11,7 @@ chrome.commands.onCommand.addListener((command) => {
}).then(() => {
chrome.notifications.create({
type: 'basic',
iconUrl: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8/5+hHgAHggJ/PchI7wAAAABJRU5ErkJggg==',
iconUrl: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVR4nGNgAAIAAAUAAXpeqz8AAAAASUVORK5CYII=',
title: ' URL copied to clipboard',
message: ''
});