-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmanifest.json
More file actions
23 lines (23 loc) · 772 Bytes
/
Copy pathmanifest.json
File metadata and controls
23 lines (23 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"id": "example-sdk",
"name": "SDK Example",
"version": "1.0.0",
"description": "SDK example — greeting counter, balance check, and announcements",
"author": {
"name": "teleton",
"url": "https://github.com/TONresistor"
},
"license": "MIT",
"entry": "index.js",
"teleton": ">=0.9.0",
"sdkVersion": "^2.0.0",
"tools": [
{ "name": "sdk_greet", "description": "Greet a user and track greeting count" },
{ "name": "sdk_balance", "description": "Check TON wallet balance and price" },
{ "name": "sdk_announce", "description": "Send an announcement with optional inline buttons" }
],
"permissions": [],
"tags": ["example", "sdk", "utility"],
"repository": "https://github.com/TONresistor/teleton-plugins",
"funding": null
}