From 7859a9131fcda359265dc16ef55933e5ed218119 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Fri, 10 May 2019 19:05:20 -0400 Subject: Updated extensions bundle --- data/extensions/tortm-browser-button@jeremybenthum/lib/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/extensions/tortm-browser-button@jeremybenthum/lib/config.js') 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 () {}); -- cgit v1.2.3