wallet-core/extension/background/wallet.js

9 lines
273 B
JavaScript
Raw Normal View History

2015-11-25 20:41:31 +01:00
// Nothing here yet.
// Eventually, the backend for the wallet will be implemented here.
2015-12-03 20:07:03 +01:00
'use strict';
//chrome.browserAction.setBadgeBackgroundColor({color: "#000"})
chrome.browserAction.setBadgeText({text: "42"})
chrome.browserAction.setTitle({title: "Taler: 42 EUR"})