forked from Peter-Conijn/ObjectViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
34 lines (34 loc) · 764 Bytes
/
app.json
File metadata and controls
34 lines (34 loc) · 764 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
33
34
{
"id": "11dcf50c-63b5-49c1-aa75-5b386572e5b5",
"name": "PCO Object Viewer",
"publisher": "Peter Conijn",
"version": "1.2.0.1",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "https://github.com/PeterConijn/ObjectViewer/blob/master/EULA.md",
"help": "",
"url": "https://github.com/PeterConijn/ObjectViewer",
"logo": "",
"dependencies": [],
"screenshots": [],
"platform": "1.0.0.0",
"application": "19.0.0.0",
"idRanges": [
{
"from": 50130,
"to": 50149
}
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": false,
"includeSourceInSymbolFile": false
},
"features":
[
"NoImplicitWith",
"TranslationFile"
],
"runtime": "8.0"
}