generated from siyuan-note/plugin-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
38 lines (38 loc) · 787 Bytes
/
plugin.json
File metadata and controls
38 lines (38 loc) · 787 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
{
"name": "plugin-vscodelite-edit",
"author": "Emptylight",
"url": "https://github.com/emptylight370/plugin-vscodelite-edit",
"version": "0.0.1",
"minAppVersion": "3.3.0",
"backends": [
"all"
],
"frontends": [
"all"
],
"disabledInPublish": true,
"displayName": {
"default": "VSCode Lite Edit"
},
"description": {
"default": "This is a plugin build for theme VSCode Lite Edit",
"zh_CN": "这是一个为主题VSCode Lite Edit构建的插件"
},
"readme": {
"default": "README.md",
"zh_CN": "README_zh_CN.md"
},
"funding": {
"openCollective": "",
"patreon": "",
"github": "",
"custom": [
"https://blog.emptylight.cn/sponsor"
]
},
"keywords": [
"VSCE",
"VSCE主题",
"VSCE theme"
]
}