Updated icons

This commit is contained in:
Nicolai Ort 2021-08-14 15:34:49 +02:00
parent 06fa44f2bf
commit 68f2ffaf15
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
3 changed files with 5 additions and 2 deletions

BIN
icon_128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -6,7 +6,7 @@ clipboard.on('success', function (e) {
console.info('Action:', e.action);
console.info('Text:', e.text);
new Notification('Copied Shorturl', {
icon: 'http://cdn.sstatic.net/stackexchange/img/logos/so/so-icon.png',
icon: 'https://git.odit.services/user/avatar/kauft.es/140',
body: `Copied the shorturl to your clipboard: ${e.text}`,
});
});

View File

@ -10,5 +10,8 @@
],
"browser_action": {
"default_popup": "index.html"
}
},
"icons": {
"128": "icon_128.png"
}
}