forked from TONresistor/teleton-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
22 lines (22 loc) · 700 Bytes
/
manifest.json
File metadata and controls
22 lines (22 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"id": "crypto-prices",
"name": "Crypto Prices",
"version": "1.0.0",
"description": "Real-time cryptocurrency prices and comparison via CryptoCompare API",
"author": {
"name": "walged",
"url": "https://github.com/walged"
},
"license": "MIT",
"entry": "index.js",
"teleton": ">=1.0.0",
"sdkVersion": ">=1.0.0",
"tools": [
{ "name": "crypto_price", "description": "Get current price for any coin in USD and RUB" },
{ "name": "crypto_compare", "description": "Compare up to 5 cryptocurrencies side by side" }
],
"permissions": [],
"tags": ["crypto", "prices", "utility"],
"repository": "https://github.com/TONresistor/teleton-plugins",
"funding": null
}