-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
31 lines (31 loc) · 714 Bytes
/
app.json
File metadata and controls
31 lines (31 loc) · 714 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
{
"id": "5f4a001d-83ee-44ec-ac41-10d918d95968",
"name": "Table Editor",
"publisher": "Waldemar Brakowski",
"version": "1.0.0.0",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [],
"screenshots": [],
"platform": "27.0.0.0",
"application": "27.0.0.0",
"idRanges": [
{
"from": 50100,
"to": 50149
}
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": false,
"includeSourceInSymbolFile": false
},
"features": ["TranslationFile"],
"runtime": "16.0",
"contextSensitiveHelpUrl": "https://github.com/wbrakowski/Table-Editor/blob/main/README.md"
}