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