wallet-core/extension/background/wallet.js
2015-12-03 20:07:03 +01:00

9 lines
273 B
JavaScript

// 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"})