-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathplugin.json
More file actions
40 lines (40 loc) · 777 Bytes
/
plugin.json
File metadata and controls
40 lines (40 loc) · 777 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
{
"name": "sy-f-misc",
"author": "frostime",
"url": "https://github.com/frostime/sy-f-misc",
"version": "7.11.1",
"minAppVersion": "3.1.20",
"backends": [
"all"
],
"frontends": [
"all"
],
"displayName": {
"en_US": "F's Toolbox",
"zh_CN": "F's 工具箱"
},
"description": {
"en_US": "Personal tools. GPT Chat (API Key) | Toggl | Reference | Md Process | Zotero...",
"zh_CN": "个人插件合集. GPT 对话 (API Key) | Toggl | 引用管理 | Md 处理 | Zotero..."
},
"readme": {
"default": "README.md"
},
"funding": {
"custom": [
"https://afdian.com/a/frostime"
]
},
"keywords": [
"frostime",
"toolbox",
"misc",
"gpt",
"chat",
"ai",
"toggl",
"fs",
"fmisc"
]
}