-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathapp.json
32 lines (32 loc) · 801 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": "630af0aa-a687-46a3-b0d1-69e5522ed65c",
"name": "PDFViewer",
"publisher": "Volodymyr Dvernytskyi",
"version": "1.0.0.1",
"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": "20.0.0.0",
"application": "20.0.0.0",
"idRanges": [
{
"from": 80000,
"to": 80500
}
],
"contextSensitiveHelpUrl": "https://vld-nav.com/",
"runtime": "9.0",
"features": ["TranslationFile"],
"resourceExposurePolicy":
{
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
}
}