-
Notifications
You must be signed in to change notification settings - Fork 4
/
manifest.json
40 lines (40 loc) · 924 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
35
36
37
38
39
40
{
"required_api_version": "^2.0.0",
"name": "Google Çeviri",
"description": "Google Instant Translation",
"developer_name": "manahter",
"icon": "images/icon.png",
"options": {
"query_debounce": 0.5
},
"preferences": [
{
"id": "ceviri",
"type": "keyword",
"name": "Ceviri",
"description": "Google Ceviri",
"default_value": "ç"
},
{
"id": "wrap",
"type": "text",
"name": "Text Wrapping",
"description": "Count of letters in line",
"default_value": "80"
},
{
"id": "mainlang",
"type": "text",
"name": "Native Language",
"description": "Your Language. 2 letters or 'auto'",
"default_value": "tr"
},
{
"id": "otherlang",
"type": "text",
"name": "Other Language",
"description": "Translation language. 2 letters or 'auto'",
"default_value": "auto"
}
]
}