-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_manifest.json
More file actions
34 lines (34 loc) · 873 Bytes
/
Copy path_manifest.json
File metadata and controls
34 lines (34 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"manifest_version": 2,
"version": "1.3.1",
"name": "Telegram_Adapter",
"description": "Telegram Bot API adapter plugin for MaiBot",
"author": {
"name": "薄暝",
"url": "https://github.com/exynos967/MaiBot-Telegram-Adapter"
},
"license": "AGPL-v3.0-or-later",
"urls": {
"repository": "https://github.com/exynos967/MaiBot-Telegram-Adapter",
"homepage": "https://github.com/exynos967/MaiBot-Telegram-Adapter",
"issues": "https://github.com/exynos967/MaiBot-Telegram-Adapter/issues"
},
"host_application": {
"min_version": "1.0.0",
"max_version": "1.9.9"
},
"sdk": {
"min_version": "2.0.0",
"max_version": "2.99.99"
},
"dependencies": [],
"capabilities": [],
"i18n": {
"default_locale": "zh-CN",
"supported_locales": [
"zh-CN",
"en-US"
]
},
"id": "exynos967.telegram-adapter"
}