-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
56 lines (56 loc) · 1.39 KB
/
app.json
File metadata and controls
56 lines (56 loc) · 1.39 KB
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
{
"id": "c1e1bc23-6017-434a-956b-01cde4c742f1",
"name": "DC File API",
"publisher": "Continia Software GmbH",
"version": "24.1.2.0",
"brief": "",
"description": "Proof of concept of IIS based API to handle file handling and conversions to support universal code compliant customers without online access",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "https://github.com/document-capture/DCFileAPI",
"logo": "./images/logo.png",
"dependencies": [
{
"id": "4b915d7e-c02a-435f-85ab-649086c1e002",
"name": "Continia Core",
"publisher": "Continia Software",
"version": "25.0.0.0"
},
{
"id": "e4b442d0-e8e3-4210-bfca-f1e66686caa0",
"name": "Continia System Application",
"publisher": "Continia Software",
"version": "1.0.0.0"
},
{
"id": "6da8dd2f-e698-461f-9147-8e404244dd85",
"name": "Continia Document Capture",
"publisher": "Continia Software",
"version": "25.0.0.0"
}
],
"screenshots": [],
"platform": "24.0.0.0",
"application": "24.0.0.0",
"idRanges": [
{
"from": 63060,
"to": 63069
}
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"runtime": "13.0",
"features": [
"NoImplicitWith",
"TranslationFile"
],
"supportedLocales": [
"en-US",
"de-DE"
]
}