-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
32 lines (32 loc) · 873 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
{
"id": "f7115345-88bf-4a9f-a060-799a28d1a683",
"name": "Track Notifications",
"publisher": "Josep Pages",
"version": "1.0.0.1",
"brief": "Procesar confirmaciones o rechazos mediante email a las aprobaciones que Business Central notifica al aprobador",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "https://joseppages.notion.site/aprobaciones-por-correo-electronico-14123005c79?pvs=4",
"url": "https://github.com/JosepPages/TrackNotifications",
"logo": "me.jpg",
"dependencies": [],
"screenshots": [],
"platform": "1.0.0.0",
"application": "25.0.0.0",
"idRanges": [
{
"from": 53100,
"to": 53109
}
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"runtime": "14.0",
"features": [
"NoImplicitWith"
]
}