New icon, kudos to @lewisacidic

This commit is contained in:
Maxim Baz
2019-03-30 01:31:10 +01:00
parent 95b5c6bcf6
commit 5dae41aa92
7 changed files with 11 additions and 6 deletions

View File

@@ -728,7 +728,7 @@ function onExtensionInstalled(details) {
chrome.notifications.create(id, {
title: title,
message: message,
iconUrl: "icon-lock.png",
iconUrl: "icon.png",
type: "basic"
});
};