-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
33 lines (33 loc) · 993 Bytes
/
app.json
File metadata and controls
33 lines (33 loc) · 993 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
{
"id": "11dcf50c-63b5-49c1-aa75-5b386572e5b5",
"name": "PCO Object Viewer",
"publisher": "Peter Conijn",
"version": "1.3.0.0",
"brief": "A simple object viewer with some additional functions",
"description": "A simple object viewer with various views and an ability to run executable objects, and show the dependencies for apps.",
"privacyStatement": "https://github.com/Peter-Conijn/ObjectViewer/blob/master/PrivacyStatement.md",
"EULA": "https://github.com/PeterConijn/ObjectViewer/blob/master/EULA.md",
"help": "",
"url": "https://github.com/PeterConijn/ObjectViewer",
"logo": "",
"dependencies": [],
"screenshots": [],
"platform": "21.0.0.0",
"application": "21.5.0.0",
"idRanges": [
{
"from": 50130,
"to": 50149
}
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": false,
"includeSourceInSymbolFile": false
},
"features":
[
"NoImplicitWith",
"TranslationFile"
]
}