-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path_manifest.json
More file actions
114 lines (107 loc) · 2.55 KB
/
_manifest.json
File metadata and controls
114 lines (107 loc) · 2.55 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"manifest_version": 2,
"version": "4.0.0",
"name": "麦麦联网插件(search plugin)",
"description": "支持多个搜索引擎的网络搜索、缩写翻译以及图片搜索,并提供自动降级能力。",
"author": {
"name": "晴空",
"url": "https://github.com/XXXxx7258"
},
"license": "AGPL",
"urls": {
"repository": "https://github.com/XXXxx7258/google_search_plugin",
"homepage": "https://github.com/XXXxx7258/google_search_plugin",
"documentation": "https://github.com/XXXxx7258/google_search_plugin#readme",
"issues": "https://github.com/XXXxx7258/google_search_plugin/issues"
},
"host_application": {
"min_version": "0.10.0",
"max_version": "1.14.5"
},
"sdk": {
"min_version": "2.3.0",
"max_version": "2.99.99"
},
"dependencies": [
{
"type": "python_package",
"name": "mi-googlesearch-python",
"version_spec": ">=1.3.0"
},
{
"type": "python_package",
"name": "aiohttp",
"version_spec": ">=3.8.0"
},
{
"type": "python_package",
"name": "beautifulsoup4",
"version_spec": ">=4.11.0"
},
{
"type": "python_package",
"name": "curl_cffi",
"version_spec": ">=0.7.0"
},
{
"type": "python_package",
"name": "lxml",
"version_spec": ">=4.9.0"
},
{
"type": "python_package",
"name": "readability-lxml",
"version_spec": ">=0.8.1"
},
{
"type": "python_package",
"name": "trafilatura",
"version_spec": ">=1.6.0"
},
{
"type": "python_package",
"name": "charset-normalizer",
"version_spec": ">=3.0.0"
},
{
"type": "python_package",
"name": "lxml-html-clean",
"version_spec": ">=0.1.0"
},
{
"type": "python_package",
"name": "aiohttp-socks",
"version_spec": ">=0.8.0"
},
{
"type": "python_package",
"name": "brotli",
"version_spec": ">=1.0.0"
},
{
"type": "python_package",
"name": "ddgs",
"version_spec": ">=9.0.0"
},
{
"type": "python_package",
"name": "httpx",
"version_spec": ">=0.25.0"
}
],
"capabilities": [
"llm.generate",
"message.get_by_time_in_chat",
"config.get",
"send.text",
"send.image",
"send.forward"
],
"i18n": {
"default_locale": "zh-CN",
"supported_locales": [
"zh-CN"
]
},
"id": "xxxxx7258.google-search-plugin"
}