-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
39 lines (39 loc) · 1.05 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
{
"package": {
"name": "Familien",
"namespace": "family",
"version": "0.2.1",
"description": "Diese Erweiterung fügt Funktionen für Familien hinzu. Sie ermöglicht es, Nutzer zu Familien zu gruppieren.",
"author": {
"name": "Konrad Weiß",
"organisation": "Logilutions",
"url": "http://logilutions.de",
"email": "[email protected]"
},
"keywords": [
"family",
"familie",
"gruppe",
"gruppieren",
"vater",
"mutter",
"kind",
"sohn",
"tochter",
"eltern"
],
"images": {
"icon": "images/icon.png",
"banner": "images/banner.png"
},
"implement": {
"coltypes": {
"family": {
"name": "Familie",
"members": "implements/members.php",
"save": "implements/save.php"
}
}
}
}
}