generated from mdzz2048/plugin-sample-vite-vue
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathplugin.json
More file actions
31 lines (31 loc) · 720 Bytes
/
plugin.json
File metadata and controls
31 lines (31 loc) · 720 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
{
"name": "siyuan-plugin-hsr",
"author": "mdzz2048",
"url": "https://github.com/mdzz2048/siyuan-plugin-hsr",
"version": "0.0.2",
"minAppVersion": "2.9.8",
"backends": ["windows", "linux", "darwin"],
"frontends": ["desktop"],
"displayName": {
"en_US": "siyuan-weread-hsr",
"zh_CN": "高亮搜索结果"
},
"description": {
"en_US": "Search in the current document and highlight the search results",
"zh_CN": "在当前文档搜索,并高亮搜索结果"
},
"readme": {
"en_US": "README_en_US.md",
"zh_CN": "README.md"
},
"funding": {
"openCollective": "",
"patreon": "",
"github": "",
"custom": []
},
"keywords": [
"高亮",
"搜索"
]
}