generated from frostime/plugin-sample-vite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.json
43 lines (43 loc) · 789 Bytes
/
plugin.json
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
{
"name": "siyuan-steve-tools",
"author": "steve",
"url": "https://github.com/loonghfut/siyuan-steve-tools",
"version": "0.4.31",
"minAppVersion": "3.0.13",
"backends": [
"windows",
"linux",
"darwin",
"docker",
"ios",
"android"
],
"frontends": [
"desktop",
"mobile",
"browser-desktop",
"browser-mobile",
"desktop-window"
],
"displayName": {
"en_US": "STtools",
"zh_CN": "STtools"
},
"description": {
"en_US": "schedule management, docker sync awareness, ai sidebar",
"zh_CN": "日程管理, docker同步感知, ai侧边栏"
},
"readme": {
"en_US": "README.md",
"zh_CN": "README_zh_CN.md"
},
"funding": {
"custom": [
""
]
},
"keywords": [
"plugin",
"tools"
]
}