-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
33 lines (33 loc) · 1.09 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
{
"id": "73343d99-da2a-49d6-a899-0cff0d064d61",
"name": "ToastUI Control Add-in",
"publisher": "Ariestya Dibyanugraha",
"version": "1.0.2.5",
"brief": "A simple yet fully working Dynamics 365 Business Central control add-in demonstrating capabilities of ToastUI Calendar",
"description": "A simple yet fully working Dynamics 365 Business Central control add-in demonstrating capabilities of ToastUI Calendar",
"privacyStatement": "",
"EULA": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html",
"help": "https://github.com/dibyanugraha/d365-bc-toastui-calendar-control-addin",
"url": "https://github.com/dibyanugraha/d365-bc-toastui-calendar-control-addin",
"dependencies": [],
"screenshots": [],
"platform": "24.0.0.0",
"application": "24.0.0.0",
"idRanges": [
{
"from": 50000,
"to": 99999
}
],
"resourceExposurePolicy": {
"allowDebugging": false,
"allowDownloadingSource": false,
"includeSourceInSymbolFile": false,
"applyToDevExtension": false
},
"runtime": "13.0",
"features": [
"NoImplicitWith"
],
"keyVaultUrls":[]
}