taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit ca5c2728597b04b3b451c9291faec611466d206c
parent 1002f33d017661e3b3b7e5746e3cd5e48ce8a4d4
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue,  5 Jan 2016 01:14:29 +0100

Manifest

Diffstat:
Mextension/manifest.json | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/extension/manifest.json b/extension/manifest.json @@ -47,6 +47,7 @@ "background/emscriptif.js", "background/db.js", "background/query.js", + "background/http.js", "background/wallet.js" ] },