-
Notifications
You must be signed in to change notification settings - Fork 6
/
manifest.json
29 lines (29 loc) · 971 Bytes
/
manifest.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
{
"manifest_version": "2.0.0",
"supportgetappstatus": 1,
"app_install_location":1,
"configuration": [
{
"name": "PWD",
"type": "text",
"variable": "pwd",
"defaultvalue": "JustForFun",
"required": 1,
"description": "密码",
"regexpression": ""
},
{
"name": "PATH",
"type": "text",
"variable": "path",
<<<<<<< HEAD
"defaultvalue": "/tmp/data/AriaDownload/",
=======
"defaultvalue": "/tmp/data/AriaDowbload/",
>>>>>>> origin/master
"required": 1,
"description": "默认下载路径",
"regexpression": ""
}
]
}