diff options
-rw-r--r-- | extension/manifest.json | 8 | ||||
-rw-r--r-- | extension/popup/balance-overview.html | 2 | ||||
-rw-r--r-- | extension/popup/reserve-create-sepa.html | 2 | ||||
-rw-r--r-- | extension/popup/reserve-create.html | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/extension/manifest.json b/extension/manifest.json index 9394e0833..73952f683 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,12 +1,12 @@ { - "description": "Privacy preserving and transparent payments", + "description": "Taxable Anonymous Libre Electronic Reserves: privacy preserving and transparent payments", "manifest_version": 2, - "name": "Taler Wallet", - "version": "0.1", + "name": "GNU Taler", + "version": "0.1.1", "applications": { "gecko": { - "id": "devs@taler.net" + "id": "walletx@taler.net" } }, diff --git a/extension/popup/balance-overview.html b/extension/popup/balance-overview.html index bb9726ab2..1bc80d97e 100644 --- a/extension/popup/balance-overview.html +++ b/extension/popup/balance-overview.html @@ -21,7 +21,7 @@ </head> <body> <div id="header" class="nav"> - <a href="wallet.html" class="active">Wallet</a> + <a href="balance-overview.html" class="active">Wallet</a> <a href="transactions.html">Transactions</a> <a href="reserves.html">Reserves</a> <button id="debug">Debug!</button> diff --git a/extension/popup/reserve-create-sepa.html b/extension/popup/reserve-create-sepa.html index 7f851970b..d360f05ed 100644 --- a/extension/popup/reserve-create-sepa.html +++ b/extension/popup/reserve-create-sepa.html @@ -8,7 +8,7 @@ <body> <div id="header" class="nav"> - <a href="wallet.html">Wallet</a> + <a href="balance-overview.html">Wallet</a> <a href="transactions.html">Transactions</a> <a href="reserves.html" class="active">Reserves</a> </div> diff --git a/extension/popup/reserve-create.html b/extension/popup/reserve-create.html index 0cfbe22a4..423e519c1 100644 --- a/extension/popup/reserve-create.html +++ b/extension/popup/reserve-create.html @@ -8,7 +8,7 @@ <body> <div id="header" class="nav"> - <a href="wallet.html">Wallet</a> + <a href="balance-overview.html">Wallet</a> <a href="transactions.html">Transactions</a> <a href="reserves.html" class="active">Reserves</a> </div> |