-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapp.json
More file actions
32 lines (32 loc) · 957 Bytes
/
app.json
File metadata and controls
32 lines (32 loc) · 957 Bytes
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": "A71CF80E-7AB9-44EB-A5F7-1004674D9C80",
"name": "PrintVis Example Code",
"publisher": "NovaVision Software A/S",
"version": "19.0.0.0",
"brief": "PrintVis Example Code",
"description": "PrintVis Example Code",
"privacyStatement": "http://www.printvis.com",
"EULA": "http://www.printvis.com",
"help": "https://support.printvis.com/",
"url": "http://www.printvis.com",
"logo": "./.images/PV_logo_240x240px.png",
"dependencies": [
{
"id": "5452f323-059e-499a-9753-5d2c07eef904",
"name": "PrintVis",
"publisher": "NovaVision Software A/S",
"version": "16.0.0.0"
}
],
"application": "19.0.0.0",
"platform": "19.0.0.0",
"idRanges": [
{
"from": 50000,
"to": 99999
}
],
"contextSensitiveHelpUrl": "https://support.printvis.com/",
"resourceExposurePolicy": {"allowDebugging": true,"allowDownloadingSource": true,"includeSourceInSymbolFile": true},
"runtime": "8.0"
}