Compare commits
2 Commits
5784e61e40
...
25d294b1c7
Author | SHA1 | Date | |
---|---|---|---|
25d294b1c7 | |||
41a12abf14 |
|
@ -30,7 +30,7 @@ function _notification(message, data)
|
|||
type: "basic",
|
||||
title : "gPass",
|
||||
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(){});
|
||||
|
|
|
@ -28,7 +28,7 @@ function _notification(message, data)
|
|||
type: "basic",
|
||||
title : "gPass",
|
||||
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(
|
||||
|
|
Loading…
Reference in New Issue
Block a user