-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmanifest.json
59 lines (59 loc) · 1.32 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"required_api_version": "^2.0.0",
"name": "DevDocs",
"description": "Search on DevDocs from Ulauncher",
"developer_name": "Bruno Paz",
"icon": "images/icon.png",
"options": {
"query_debounce": 0.5
},
"preferences": [{
"id": "keyword",
"type": "keyword",
"name": "DevDocs",
"default_value": "docs"
},
{
"id": "docs",
"type": "input",
"name": "List of Documentation to Download",
"default_value": "[\"javascript\",\"git\", \"go\", \"markdown\", \"node\", \"ruby~2.5\", \"php\"]"
},
{
"id": "php",
"type": "keyword",
"name": "php",
"default_value": "php"
},
{
"id": "javascript",
"type": "keyword",
"name": "javascript",
"default_value": "javascript"
},
{
"id": "golang",
"type": "keyword",
"name": "golang",
"default_value": "go"
},
{
"id": "ruby",
"type": "keyword",
"name": "ruby",
"default_value": "ruby~2.5"
},
{
"id": "open_doc_in",
"type": "select",
"name": "Open Documentation on",
"description": "Indicates in which application you want to open the selected doc.",
"default_value": "Browser",
"options": [
"Browser",
"Hawkeye",
"DevDocs Protocol"
]
}
]
}