-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
42 lines (37 loc) · 1.18 KB
/
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
40
41
42
{
"id": "e4b4c5c6-109a-4977-8893-f1502da124f5",
"name": "TFB Core Extension",
"publisher": "TFB Trading",
"brief": "Expansive changes specific to TFB Trading",
"description": "",
"version": "22.0.2.51",
"privacyStatement": "",
"EULA": "",
"help": "http://tfbtrading.com.au",
"url":"",
"logo": "./TFB-Trading-_icon.jpg",
"features":["TranslationFile"],
"propagateDependencies": true,
"platform": "22.0.0.0",
"application": "22.0.0.0",
"suppressWarnings": ["AA0072","AA0217","AA0139","AA0232","AW0006","AL0254"],
"dependencies": [
{"id": "10cb69d9-bc8a-4d27-970a-9e110e9db2a5",
"name": "_Exclude_APIV2_",
"publisher": "Microsoft",
"version": "22.0.0.0"},
{"id": "4b7fda46-8e45-4e9d-b9ea-0f59c55c34fe",
"name": "DYCE Record History & Favorites",
"publisher": "Singhammer IT Consulting AG",
"version": "2023.2.0.0"}
],
"screenshots": [],
"idRanges": [{
"from": 50100,
"to": 52000
}],
"runtime": "11.0",
"target": "Cloud",
"resourceExposurePolicy": {"includeSourceInSymbolFile": true,"allowDebugging": true,"applyToDevExtension": true,"allowDownloadingSource": true},
"supportedLocales": ["en-AU"]
}