Compare commits

..

2 Commits

Author SHA1 Message Date
25d294b1c7 Update ChangeLog 2024-04-28 09:50:06 +02:00
41a12abf14 Minor fixes 2024-04-28 09:47:59 +02:00
2 changed files with 6 additions and 6 deletions

View File

@ -27,10 +27,10 @@ function _notification(message, data)
message += data; message += data;
options = { options = {
type: "basic", type: "basic",
title : "gPass", title : "gPass",
message : message, message : message,
iconUrl: browser.runtime.getURL("icons/gpass_icon_64.png") iconUrl:browser.extension.getURL("icons/gpass_icon_64.png")
}; };
browser.notifications.create("gPass", options, function(){}); browser.notifications.create("gPass", options, function(){});

View File

@ -25,10 +25,10 @@ function _notification(message, data)
message += data; message += data;
options = { options = {
type: "basic", type: "basic",
title : "gPass", title : "gPass",
message : message, message : message,
iconUrl: browser.runtime.getURL("icons/gpass_icon_64.png") iconUrl:browser.extension.getURL("icons/gpass_icon_64.png")
}; };
browser.notifications.create(options).then( browser.notifications.create(options).then(