webext: link fixes + manifest update
This commit is contained in:
parent
d583dfb073
commit
d044858bec
@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user