-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
36 lines (36 loc) · 1 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
{
"id": "b8645f5d-7b63-48aa-97e0-9952e40de39b",
"name": "BC Standard Library",
"publisher": "Finn Pedersen France",
"version": "1.0.0.2",
"brief": "BC Standard Library",
"description": "The BC Standard Library is a collection of the most used functions.",
"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": "25.0.0.0",
"runtime": "14.0",
"applicationInsightsConnectionString": "XYZ",
"features": [
"TranslationFile",
"GenerateCaptions",
"NoImplicitWith"
],
"idRanges": [
{
"from": 50130,
"to": 50139
}
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"contextSensitiveHelpUrl": "https://www.finnpedersenfrance.com/"
}