diff --git a/icon_128.png b/icon_128.png new file mode 100644 index 0000000..3888ef5 Binary files /dev/null and b/icon_128.png differ diff --git a/main.js b/main.js index e3d6da1..63d445f 100644 --- a/main.js +++ b/main.js @@ -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}`, }); }); diff --git a/manifest.json b/manifest.json index a17515a..9ac8e39 100644 --- a/manifest.json +++ b/manifest.json @@ -10,5 +10,8 @@ ], "browser_action": { "default_popup": "index.html" - } + }, + "icons": { + "128": "icon_128.png" + } } \ No newline at end of file