Compare commits
2 Commits
master
...
25d294b1c7
| Author | SHA1 | Date | |
|---|---|---|---|
| 25d294b1c7 | |||
| 41a12abf14 |
14
README.md
14
README.md
@@ -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
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user