-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
69 lines (68 loc) · 1.72 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
60
61
62
63
64
65
66
67
68
{
"required_api_version": "^2.0.0",
"name": "Döviz Kurları",
"description": "Seçilen döviz kurlarını anlık verir",
"developer_name": "manahter",
"icon": "images/icon.png",
"options": {
"query_debounce": 0.5
},
"preferences": [
{
"id": "doviz",
"type": "keyword",
"name": "Döviz",
"description": "Döviz Kurları",
"default_value": "döviz"
},
{
"id": "dov0",
"type": "text",
"name": "Doviz0",
"description": "Döviz Kuru 0",
"default_value": "Gram;https://altin.doviz.com/gram-altin"
},
{
"id": "dov1",
"type": "text",
"name": "Döviz1",
"description": "Döviz Kuru 1",
"default_value": "Çeyrek;https://altin.doviz.com/ceyrek-altin"
},
{
"id": "dov2",
"type": "text",
"name": "Döviz2",
"description": "Döviz Kuru 2",
"default_value": "EURO;https://kur.doviz.com/serbest-piyasa/euro"
},
{
"id": "dov3",
"type": "text",
"name": "Döviz3",
"description": "Döviz Kuru 3",
"default_value": "STERLIN;https://kur.doviz.com/serbest-piyasa/sterlin"
},
{
"id": "dov4",
"type": "text",
"name": "Döviz4",
"description": "Döviz Kuru 4",
"default_value": "DOLAR;https://kur.doviz.com/serbest-piyasa/amerikan-dolari"
},
{
"id": "dov5",
"type": "text",
"name": "Döviz5",
"description": "Döviz Kuru 5",
"default_value": "RUBLE;https://kur.doviz.com/serbest-piyasa/rus-rublesi"
},
{
"id": "dov6",
"type": "text",
"name": "Döviz6",
"description": "Döviz Kuru 6",
"default_value": "BIST100;https://borsa.doviz.com/endeksler/XU100"
}
]
}