-
Notifications
You must be signed in to change notification settings - Fork 379
Expand file tree
/
Copy pathapp.json
More file actions
40 lines (40 loc) · 830 Bytes
/
app.json
File metadata and controls
40 lines (40 loc) · 830 Bytes
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
{
"id": "db9ab3df-d57d-47fb-8870-f7617f9341aa",
"name": "Sample Agent Email Integration",
"publisher": "Microsoft",
"version": "1.0.0.0",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [
{
"id": "00155c68-8cdd-4d60-a451-2034ad094223",
"name": "Business Central Agent Playground",
"publisher": "Microsoft",
"version": "27.2.0.0"
}
],
"screenshots": [],
"platform": "1.0.0.0",
"application": "27.0.0.0",
"idRanges": [
{
"from": 50100,
"to": 50149
}
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"runtime": "16.0",
"features": [
"NoImplicitWith"
],
"target":"Cloud"
}