-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.konnector
105 lines (105 loc) · 2.29 KB
/
manifest.konnector
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"version": "1.10.0",
"name": "Tracemob",
"type": "konnector",
"language": "node",
"icon": "icon.svg",
"slug": "tracemob",
"source": "[email protected]:konnectors/tracemob.git",
"editor": "Cozy",
"vendor_link": "https://agremob.com",
"categories": [
"transport"
],
"frequency": "daily",
"fields": {
"login": {
"type": "email"
},
"password": {
"type": "password"
},
"providerId": {
"type": "dropdown",
"default": "0",
"options": [
{
"name": "La Rochelle",
"value": "0"
}
]
}
},
"data_types": [
"geojson"
],
"screenshots": [],
"permissions": {
"accounts": {
"type": "io.cozy.accounts"
},
"geojson": {
"type": "io.cozy.timeseries.geojson"
},
"jobs": {
"type": "io.cozy.jobs"
}
},
"developer": {
"name": "Cozy Cloud",
"url": "https://cozy.io"
},
"langs": [
"fr",
"en"
],
"locales": {
"fr": {
"short_description": "Récupère vos déplacements",
"long_description": "Récupère vos déplacements Agremob",
"permissions": {
"geojson": {
"description": "Utilisé pour sauvegarder vos déplacements"
},
"accounts": {
"description": "Utilisé pour obtenir les données du compte"
}
},
"fields": {
"providerId": {
"label": "Fournisseur du service"
},
"login": {
"label": "Identifiant libre (ex. \"Samsung personnel\")"
},
"password": {
"label": "Identifiant Secret (cf. Profil dans l'app Mobile)"
}
}
},
"en": {
"short_description": "Fetch your trips",
"long_description": "Fetch your trips from Agremob",
"permissions": {
"geojson": {
"description": "Required to save your trips"
},
"accounts": {
"description": "Required to get the account's data"
}
},
"fields": {
"providerId": {
"label": "Service provider"
},
"login": {
"label": "Free-to-choose identifier (ex. \"My Samsung\")"
},
"password": {
"label": "Secret identifier (see Profile in mobile app)"
}
}
}
},
"manifest_version": "2"
}