🚧 improve clk-info
parent
6794acf2b3
commit
f199f9dc3a
|
|
@ -40,6 +40,6 @@
|
||||||
|
|
||||||
return {
|
return {
|
||||||
name: "CoinInfo",
|
name: "CoinInfo",
|
||||||
items: createClkInfoItems
|
items: () => createClkInfoItems()
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "coin_info",
|
{ "id": "coin_info",
|
||||||
"name": "Crypto-Coins Info",
|
"name": "Crypto-Coins Info",
|
||||||
"shortName":"Coins Info",
|
"shortName":"Coins Info",
|
||||||
"version": "0.03.11",
|
"version": "0.03.12",
|
||||||
"description": "Crypto-Coins Infos with the help of the Coinmarketcap API",
|
"description": "Crypto-Coins Infos with the help of the Coinmarketcap API",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "clkinfo",
|
"tags": "clkinfo",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue