-
Notifications
You must be signed in to change notification settings - Fork 6
/
app.json
31 lines (30 loc) · 982 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
{
"id": "b9954c96-ee6b-44ff-9b0d-3d8146fc034a",
"name": "Extension Manager",
"publisher": "picazin dev",
"version": "0.3.23.0",
"brief": "Manager for developing extensions.",
"description": "Manage your extension data. Development status. Customers, invoicing and all related data.",
"privacyStatement": "http://www.picazin.dev",
"EULA": "http://www.picazin.dev",
"help": "https://github.com/picazin/ExtManager/blob/master/README.md",
"url": "http://www.picazin.dev",
"logo": "./src/logo/extmanager.png",
"platform": "22.0.0.0",
"application": "22.0.0.0",
"screenshots": [],
"features": [ "TranslationFile","NoImplicitWith"],
"idRanges": [
{
"from": 83200,
"to": 834399
}
],
"contextSensitiveHelpUrl": "https://github.com/picazin/ExtManager/blob/master/README.md",
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"runtime": "11.0"
}