aboutsummaryrefslogtreecommitdiff
path: root/extension/background/wallet.js
blob: ec7b3fb407993cff1bd57724a1bc07b8af9e9e3e (plain)
1
2
3
4
5
6
7
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"})