diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2019-05-10 19:05:20 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2019-05-10 19:05:20 -0400 |
commit | 7859a9131fcda359265dc16ef55933e5ed218119 (patch) | |
tree | ecb4bf7a0fd005a637d3ff0444ce9afaa8817ba9 /data/extensions/tortm-browser-button@jeremybenthum/lib/config.js | |
parent | cb4bbb16a12d495eca1ac05ebacc7557e9b05c05 (diff) |
Updated extensions bundle
Diffstat (limited to 'data/extensions/tortm-browser-button@jeremybenthum/lib/config.js')
-rw-r--r-- | data/extensions/tortm-browser-button@jeremybenthum/lib/config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/extensions/tortm-browser-button@jeremybenthum/lib/config.js b/data/extensions/tortm-browser-button@jeremybenthum/lib/config.js index 37aeaf5..721a1cf 100644 --- a/data/extensions/tortm-browser-button@jeremybenthum/lib/config.js +++ b/data/extensions/tortm-browser-button@jeremybenthum/lib/config.js @@ -32,8 +32,8 @@ config.notifications = (function () { return {
"id": '',
"create": function (message) {
- var iconUrl = /Firefox/.test(navigator.userAgent) ? "data/icons/ON/64.png" : chrome.runtime.getURL("data/icons/ON/64.png");
- var o = {"message": message, "type": "basic", "title": "Tor Browser Button", "iconUrl": iconUrl};
+ var iconUrl = /Firefox/.test(navigator.userAgent) ? "data/icons/64.png" : chrome.runtime.getURL("data/icons/64.png");
+ var o = {"message": message, "type": "basic", "title": "Onion Browser Button", "iconUrl": iconUrl};
if (config.notifications.id) {
if (chrome.notifications.update) {
return chrome.notifications.update(config.notifications.id, o, function () {});
|