9 lines
273 B
JavaScript
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"})
|