generated from siyuan-note/plugin-sample-vite-svelte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
40 lines (40 loc) · 1.01 KB
/
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
{
"name": "siyuan-icon-tools",
"author": "jzman",
"url": "https://github.com/jzmanu/siyuan-icon-tools",
"version": "1.0.5",
"minAppVersion": "3.0.13",
"backends": [
"windows",
"linux",
"darwin",
"ios",
"android"
],
"frontends": [
"desktop",
"browser-desktop",
"browser-mobile",
"desktop-window"
],
"displayName": {
"en_US": "Icon Tools",
"zh_CN": "图标工具箱"
},
"description": {
"en_US": "The icon tool box, specify a group, randomly display the icon in a smaller range, the document tree and outline linkage.",
"zh_CN": "图标工具箱,指定分组,在更小的范围随机显示图标,与文档树和大纲联动。"
},
"readme": {
"en_US": "README.md",
"zh_CN": "README_zh_CN.md"
},
"funding": {
"custom": [
"https://afdian.net/a/jzman"
]
},
"keywords": [
"图标", "icon", "icons","插件", "plugin","siyuan","工具", "tool", "tools","图标工具","图标管理","emojis","emoji", "custom emoji"
]
}