-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathboxjs.sysapps.json
More file actions
29 lines (29 loc) · 981 Bytes
/
boxjs.sysapps.json
File metadata and controls
29 lines (29 loc) · 981 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
{
"id": "BoxSetting.lowking",
"name": "偏好设置(lowking)",
"author": "@lowking",
"icon": "https://raw.githubusercontent.com/chavyleung/scripts/master/box/icons/BoxSetting.png",
"repo": "https://github.com/lowking/Scripts/",
"apps": [
{
"id": "debuggerWebs",
"name": "BoxJs配置",
"keys": ["@chavy_boxjs_userCfgs.debugger_webs"],
"settings": [
{
"id": "@chavy_boxjs_userCfgs.debugger_webs",
"name": "BoxJs调试页面配置",
"val": "",
"type": "textarea",
"desc": "每行一个配置,用逗号分割每个配置的名字和链接:配置,url"
}
],
"author": "@lowking",
"repo": "https://github.com/lowking/Scripts",
"icons": [
"https://raw.githubusercontent.com/chavyleung/scripts/master/box/icons/BoxSetting.mini.png",
"https://raw.githubusercontent.com/chavyleung/scripts/master/box/icons/BoxSetting.png"
]
}
]
}