-
Notifications
You must be signed in to change notification settings - Fork 1
/
extension.json
81 lines (81 loc) · 2.5 KB
/
extension.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
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name":"Contact",
"guid":"B531B756-0202-4317-A40F-E18CA27B5A7B",
"category":"extension",
"group":"phpManufaktur",
"vendor":{
"name":"phpManufaktur",
"url":"https:\/\/phpmanufaktur.de",
"mail":"[email protected]",
"address":{
"street":"Stockholmer Straße 31",
"zip":"13359",
"city":"Berlin",
"country":"Germany"
},
"phone":"+49 30 68813647"
},
"type":"application",
"path":"\/extension\/phpmanufaktur\/phpManufaktur\/Contact",
"namespace":"phpManufaktur\\Contact",
"link":{
"about":"\/contact\/about"
},
"release":{
"number":"2.0.42",
"date":"2014-09-14",
"status":"beta",
"changelog":"https:\/\/github.com\/phpManufaktur\/kfContact\/blob\/master\/CHANGELOG.md"
},
"description":{
"en":{
"title":"Contact management for kitFramework",
"short":"Contact management for kitFramework",
"long":"Contact management database for general use in kitFramework",
"url":"https:\/\/kit2.phpmanufaktur.de\/Contact"
},
"de":{
"title":"Kontaktverwaltung für das kitFramework",
"short":"Umfassende Kontakt- und Adressverwaltung für das kitFramework",
"long":"Umfangreiche und leistungsfähige Kontakt- sowie Adressverwaltung (CRM) für das kitFramework. Schnittstellen (API sowie direkt verwendbare Dialoge) ermöglichen eine leichte Einbindung und Anpassung in anderen kitFramework Anwendungen.",
"url":"https:\/\/kit2.phpmanufaktur.de\/Contact"
}
},
"require":{
"framework":{
"release":"0.27"
},
"extension":{
"phpmanufaktur":{
"Basic":{
"release":"1.0.12"
},
"Library":{
"release":"0.37"
}
}
}
},
"setup": {
"install":"\/admin\/contact\/setup",
"update":"\/admin\/contact\/update",
"uninstall":"\/admin\/contact\/uninstall",
"icon_path":{
"BlackCat":"\/extension\/phpmanufaktur\/phpManufaktur\/Contact\/Data\/Setup\/Icon\/icon.png",
"WebsiteBaker":"\/extension\/phpmanufaktur\/phpManufaktur\/Contact\/Data\/Setup\/Icon\/tool_icon.png"
}
},
"license": {
"name":"MIT License",
"url":"https:\/\/github.com\/phpManufaktur\/kfContact\/raw\/master\/LICENSE.md"
},
"download":{
"availability":"public",
"agreement":"free",
"github":{
"organization":"phpManufaktur",
"repository":"kfContact"
},
"url":"https:\/\/github.com\/phpManufaktur\/kfContact"
}
}