-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
32 lines (32 loc) · 813 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
{
"id": "ed08b4d8-5854-4b5c-a3f2-f339096931e2",
"name": "API Object Generator",
"publisher": "Volodymyr Dvernytskyi",
"version": "1.0.0.0",
"brief": "https://vld-nav.com/",
"description": "https://vld-nav.com/",
"privacyStatement": "https://vld-nav.com/",
"EULA": "https://vld-nav.com/",
"help": "https://vld-nav.com/",
"url": "https://vld-nav.com/",
"logo": "./logo.png",
"dependencies": [],
"screenshots": [],
"platform": "21.0.0.0",
"application": "21.0.0.0",
"idRanges": [
{
"from": 81800,
"to": 81850
}
],
"contextSensitiveHelpUrl": "https://vld-nav.com/",
"runtime": "10.0",
"features": ["TranslationFile"],
"resourceExposurePolicy":
{
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
}
}