-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathextension.json
73 lines (73 loc) · 2.21 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
{
"name":"imageTweak",
"guid":"71CAAFD8-7A1F-4B17-BF63-0BE498E9A00E",
"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\/imageTweak",
"namespace":"phpManufaktur\\imageTweak",
"release":{
"number":"2.1.9",
"date":"2014-09-14",
"status":"release",
"changelog":"https:\/\/github.com\/phpManufaktur\/kfImageTweak\/blob\/master\/CHANGELOG.md"
},
"description": {
"en":{
"title":"imageTweak for the kitFramework",
"short":"Optimize all images of your Website on the fly, reduce the traffic and impove the performance",
"long":"Optimize all images of your Website on the fly, reduce the traffic and impove the performance",
"url":"https:\/\/kit2.phpmanufaktur.de\/imageTweak"
},
"de":{
"title":"imageTweak for the kitFramework",
"short":"Optimiert alle Bilder Ihrer Website bevor sie angezeigt werden, reduziert die Datenmenge und verbessert die Ausgabegeschwindigkeit.",
"long":"Optimiert alle Bilder Ihrer Website bevor sie angezeigt werden, reduziert die Datenmenge und verbessert die Ausgabegeschwindigkeit.",
"url":"https:\/\/kit2.phpmanufaktur.de\/imageTweak"
}
},
"require":{
"framework":{
"release":"0.27"
},
"extension":{
"phpManufaktur":{
"Basic":{
"release":"1.0.12"
},
"Library":{
"release":"0.37"
}
}
}
},
"setup": {
"install":"\/admin\/imagetweak\/setup",
"update":"\/admin\/imagetweak\/update"
},
"license": {
"name":"MIT License",
"url":"https:\/\/github.com\/phpManufaktur\/kfImageTweak\/raw\/master\/LICENSE.md"
},
"download": {
"availability":"public",
"agreement":"free",
"github":{
"organization":"phpManufaktur",
"repository":"kfImageTweak"
},
"url":"https:\/\/github.com\/phpManufaktur\/kfImageTweak"
}
}