-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapp.json
35 lines (35 loc) · 963 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": "b8645f5d-7b63-48aa-97e0-9952e40de39c",
"name": "TestChallenge",
"publisher": "Finn Pedersen France",
"version": "1.0.0.0",
"brief": "Test Challenge",
"description": "Simple app to illustrate how to write automated tests in BC.",
"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": 50125,
"to": 50129
}
],
"features": [
"TranslationFile",
"GenerateCaptions",
"NoImplicitWith"
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"contextSensitiveHelpUrl": "https://www.finnpedersenfrance.com/"
}