-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathplugin.json
More file actions
51 lines (51 loc) · 962 Bytes
/
plugin.json
File metadata and controls
51 lines (51 loc) · 962 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "plugin-sample",
"author": "Vanessa",
"url": "https://github.com/siyuan-note/plugin-sample",
"version": "0.4.6",
"minAppVersion": "3.5.10",
"backends": [
"windows",
"linux",
"darwin",
"ios",
"android",
"harmony",
"docker",
"all"
],
"frontends": [
"desktop",
"mobile",
"browser-desktop",
"browser-mobile",
"desktop-window",
"all"
],
"disabledInPublish": false,
"displayName": {
"default": "Plugin Sample",
"zh_CN": "插件示例"
},
"description": {
"default": "This is a plugin development sample",
"zh_CN": "这是一个插件开发示例"
},
"readme": {
"default": "README.md",
"zh_CN": "README_zh_CN.md"
},
"funding": {
"openCollective": "",
"patreon": "",
"github": "",
"custom": [
"https://ld246.com/sponsor"
]
},
"keywords": [
"开发者参考",
"developer reference",
"示例插件"
]
}