-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
49 lines (49 loc) · 1.24 KB
/
app.json
File metadata and controls
49 lines (49 loc) · 1.24 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
{
"id": "7df41857-925f-41fb-b6b7-04dd0bea9c5a",
"name": "DC-POC-Collection",
"publisher": "github.com/document-capture",
"version": "1.0.0.0",
"brief": "",
"description": "Collection of smaller Document Capture proof-of-concept extensions",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "https://github.com/document-capture/DC-POC-Collection",
"logo": "",
"dependencies": [
{
"id": "6da8dd2f-e698-461f-9147-8e404244dd85",
"name": "Continia Document Capture",
"publisher": "Continia Software",
"version": "27.0.0.0"
},
{
"id": "bbb72c8a-3abf-478f-9239-a34dbc252d07",
"name": "Continia Business Foundation",
"publisher": "Continia Software",
"version": "27.0.0.0"
},
{
"id": "437dbf0e-84ff-417a-965d-ed2bb9650972",
"name": "Base Application",
"publisher": "Microsoft",
"version": "27.0.0.0"
}
],
"screenshots": [],
"platform": "27.0.0.0",
"application": "27.0.0.0",
"idRanges": [
{
"from": 63100,
"to": 63199
}
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"runtime": "16.0",
"features": ["NoImplicitWith"]
}