-
Notifications
You must be signed in to change notification settings - Fork 4
/
app.json
39 lines (39 loc) · 993 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
32
33
34
35
36
37
38
39
{
"id": "c92417ca-1b90-4c0b-9a99-479016654d2a",
"name": "BC Developer Apps",
"publisher": "picazin.dev",
"version": "0.3.0.0",
"brief": "Some useful tools for BC developers",
"description": "https://picazin.dev",
"privacyStatement": "https://picazin.dev",
"EULA": "https://picazin.dev",
"help": "https://picazin.dev",
"url": "https://picazin.dev",
"logo": "./src/logo/logo.png",
"dependencies": [
{
"id": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
"publisher": "Microsoft",
"name": "System Application",
"version": "16.0.0.0"
},
{
"id": "437dbf0e-84ff-417a-965d-ed2bb9650972",
"publisher": "Microsoft",
"name": "Base Application",
"version": "16.0.0.0"
}
],
"screenshots": [],
"platform": "16.0.0.0",
"idRanges": [
{
"from": 83260,
"to": 83269
}
],
"features": ["TranslationFile"],
"contextSensitiveHelpUrl": "https://picazin.dev",
"showMyCode": true,
"runtime": "5.0"
}