-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
57 lines (56 loc) · 1.35 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"id": "f2fc2008-6432-4f6e-88bf-97d9a089ada0",
"name": "Example",
"publisher": "Theta Systems Limited",
"version": "1.0.0.0",
"brief": "Example app with monetization enabled",
"description": "Example app with monetization enabled",
"privacyStatement": "https://www.theta.co.nz/privacy-policy",
"EULA": "https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE5d5ga",
"help": "https://www.theta.co.nz/contact-us",
"url": "https://www.theta.co.nz/",
"logo": "../logo.png",
"dependencies": [
{
"id": "6717135a-d80c-4a63-8a3a-5ded6717135a",
"publisher": "Theta Systems Limited",
"name": "SubscriptionMgt",
"version": "1.0.0.0"
}
],
"screenshots": [
],
"platform": "21.0.0.0",
"application": "21.0.0.0",
"idRanges": [
{
"from": 50000,
"to": 50099
}
],
"contextSensitiveHelpUrl": "https://docs.microsoft.com/{0}/dynamics365/business-central",
"supportedLocales": [
"en-NZ",
"en-AU",
"en-US",
"en-GB",
"en-ZA",
"en-CA",
"de-CH",
"de-DE",
"de-AT",
"fr-FR",
"fr-CA",
"nl-NL",
"cs-CZ"
],
"resourceExposurePolicy": {
"allowDebugging": false,
"allowDownloadingSource": false,
"includeSourceInSymbolFile": false
},
"runtime": "10.0",
"features": [
"TranslationFile", "NoImplicitWith", "ExcludeGeneratedTranslations"
]
}