-
Notifications
You must be signed in to change notification settings - Fork 28
/
app.json
38 lines (38 loc) · 1.06 KB
/
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": "abffecdf-7bf2-4321-ab3f-6ee7fc3b9921",
"name": "Generic OAuth 2.0 Authorization",
"publisher": "MSN Raju",
"version": "1.0.0.0",
"brief": "",
"description": "Generic OAuth 2.0 Authorization Library",
"privacyStatement": "",
"EULA": "https://github.com/msnraju/BC-OAuth-2.0-Authorization/blob/master/LICENSE",
"help": "",
"url": "https://www.msnjournals.com/post/generic-oauth2-library-for-business-central",
"logo": "media\\msnJournals.png",
"dependencies": [
{
"id": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
"publisher": "Microsoft",
"name": "System Application",
"version": "16.0.0.0"
},
{
"id": "437dbf0e-84ff-417a-965d-ed2bb9650972",
"publisher": "Microsoft",
"name": "Base Application",
"version": "16.0.0.0"
}
],
"screenshots": [],
"platform": "16.0.0.0",
"idRanges": [
{
"from": 50100,
"to": 50149
}
],
"contextSensitiveHelpUrl": "https://www.msnjournals.com/post/generic-oauth2-library-for-business-central",
"showMyCode": true,
"runtime": "5.0"
}