-
Notifications
You must be signed in to change notification settings - Fork 73
/
app.json
32 lines (32 loc) · 819 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": "e28d62da-ceb0-46e7-9e06-774bc46f4bac",
"name": "Data Editor Tool",
"publisher": "Volodymyr Dvernytskyi",
"version": "3.1.0.2",
"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": "24.0.0.0",
"application": "24.0.0.0",
"idRanges": [
{
"from": 81000,
"to": 81100
}
],
"contextSensitiveHelpUrl": "https://vld-nav.com/",
"runtime": "13.0",
"features": ["TranslationFile"],
"resourceExposurePolicy":
{
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
}
}