-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
34 lines (33 loc) · 871 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
30
31
32
33
34
{
"required_api_version": "^2.0.0",
"name": "Pons",
"description": "A simple ulauncher extension to look up for the words in the Pons Dictionary.",
"developer_name": "Ali Baghernejad",
"icon": "images/icon.png",
"options": {
"query_debounce": 1
},
"preferences": [
{
"id": "keyword",
"type": "keyword",
"name": "Pons",
"description": "Define of words",
"default_value": "pons"
},
{
"id": "source",
"type": "input",
"name": "Source language",
"description": "Source language to translate from.",
"default_value": "german"
},
{
"id": "target",
"type": "input",
"name": "Target language",
"description": "Target language to translate to",
"default_value": "english"
}
]
}