webext: link fixes + manifest update

This commit is contained in:
tg(x) 2015-12-18 19:21:30 +01:00
parent d583dfb073
commit d044858bec
4 changed files with 7 additions and 7 deletions

View File

@ -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"
}
},

View File

@ -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>

View File

@ -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>

View File

@ -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>