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
3 changed files with 19 additions and 7 deletions

View File

@@ -81,7 +81,19 @@ The dependencies are libcurl and OpenSSL (-dev packages : ie _libcurl4-openssl-d
A sample configuration file is available _gpass.ini.sample_
Version Information
-------------------
Current version is 1.1.
License
-------
All the code is licensed under GPL v3. Source code is available [here](https://forge.soutade.fr/soutade/gPass).
All the code is licensed under GPL v3. Source code is available [here](http://indefero.soutade.fr/p/gpass).
Mailing list
------------
You can subscribe to the announce list @ https://pannous.soutade.fr/lists/gpass

View File

@@ -27,10 +27,10 @@ function _notification(message, data)
message += data;
options = {
type: "basic",
title : "gPass",
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(){});

View File

@@ -25,10 +25,10 @@ function _notification(message, data)
message += data;
options = {
type: "basic",
title : "gPass",
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(