forked from microsoft/BCApps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
58 lines (58 loc) · 1.7 KB
/
app.json
File metadata and controls
58 lines (58 loc) · 1.7 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
57
58
{
"id": "c1c247aa-7026-4dc3-9e1b-1671ac5d7525",
"name": "External Storage - Document Attachments Tests",
"publisher": "Microsoft",
"version": "28.0.0.0",
"brief": "Tests for External Storage processor for document attachments",
"description": "Tests for External Storage processor for Business Central document attachments",
"privacyStatement": "https://go.microsoft.com/fwlink/?linkid=724009",
"EULA": "https://go.microsoft.com/fwlink/?linkid=2009120",
"help": "https://go.microsoft.com/fwlink/?linkid=2134520",
"url": "https://go.microsoft.com/fwlink/?linkid=724011",
"logo": "ExtensionLogo.png",
"application": "28.0.0.0",
"platform": "28.0.0.0",
"dependencies": [
{
"id": "5f2e93a0-6083-4718-b05a-7ac89be5644d",
"name": "External Storage - Document Attachments",
"publisher": "Microsoft",
"version": "28.0.0.0"
},
{
"id": "dd0be2ea-f733-4d65-bb34-a28f4624fb14",
"name": "Library Assert",
"publisher": "Microsoft",
"version": "28.0.0.0"
},
{
"id": "e7320ebb-08b3-4406-b1ec-b4927d3e280b",
"name": "Any",
"publisher": "Microsoft",
"version": "28.0.0.0"
},
{
"id": "9856ae4f-d1a7-46ef-89bb-6ef056398228",
"name": "System Application Test Library",
"publisher": "Microsoft",
"version": "28.0.0.0"
}
],
"screenshots": [],
"idRanges": [
{
"from": 136820,
"to": 136821
}
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"features": [
"TranslationFile"
],
"contextSensitiveHelpUrl": "https://go.microsoft.com/fwlink/?linkid=2134520",
"target": "Cloud"
}