summaryrefslogtreecommitdiff
path: root/extension/background/wallet.js
diff options
context:
space:
mode:
Diffstat (limited to 'extension/background/wallet.js')
-rw-r--r--extension/background/wallet.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/extension/background/wallet.js b/extension/background/wallet.js
index a7a9c6cb6..ec7b3fb40 100644
--- a/extension/background/wallet.js
+++ b/extension/background/wallet.js
@@ -1,2 +1,8 @@
// Nothing here yet.
// Eventually, the backend for the wallet will be implemented here.
+
+'use strict';
+
+//chrome.browserAction.setBadgeBackgroundColor({color: "#000"})
+chrome.browserAction.setBadgeText({text: "42"})
+chrome.browserAction.setTitle({title: "Taler: 42 EUR"})