-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
38 lines (38 loc) · 1008 Bytes
/
app.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
{
"id": "866a9cc5-fbb5-4f21-bd3a-dc6cdcc92153",
"name": "Seminar Management",
"publisher": "Ariestya Dibyanugraha",
"version": "1.0.0.0",
"brief": "Seminar Management for Microsoft Dynamics 365 Business Central",
"description": "Seminar Management for Microsoft Dynamics 365 Business Central as published in Microsoft C/SIDE Solution Development",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [
{
"id": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
"publisher": "Microsoft",
"name": "System Application",
"version": "17.0.0.0"
},
{
"id": "437dbf0e-84ff-417a-965d-ed2bb9650972",
"publisher": "Microsoft",
"name": "Base Application",
"version": "17.0.0.0"
}
],
"screenshots": [],
"platform": "17.0.0.0",
"idRanges": [
{
"from": 50000,
"to": 99999
}
],
"contextSensitiveHelpUrl": "https://www.technosoft.co.id/",
"showMyCode": true,
"runtime": "6.0"
}