generated from microsoft/AL-Go-PTE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
35 lines (35 loc) · 986 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
{
"id": "2486ad7a-b919-41c1-83a8-585cf0510694",
"name": "Task Manager Frontend",
"publisher": "Finn Pedersen France",
"version": "1.0.0.0",
"brief": "Frontend to Task Manager API",
"description": "Simple app to illustrate how BC can work as a pure frontend.",
"privacyStatement": "https://www.finnpedersenfrance.com/",
"EULA": "https://www.finnpedersenfrance.com/",
"help": "https://www.finnpedersenfrance.com/",
"url": "https://www.finnpedersenfrance.com/",
"logo": "Logo.png",
"dependencies": [],
"screenshots": [],
"platform": "1.0.0.0",
"application": "23.0.0.0",
"runtime": "12.0",
"idRanges": [
{
"from": 50120,
"to": 50124
}
],
"features": [
"TranslationFile",
"GenerateCaptions",
"NoImplicitWith"
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"contextSensitiveHelpUrl": "https://www.finnpedersenfrance.com/"
}