Example of the app.json file!
```json
{
"id": "dead61d2-95ca-4729-9eea-9f8b5be7a160",
"name": "TestCustomAutomatch",
"publisher": "Default Publisher",
"version": "1.0.0.0",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [
{
"id": "bf906c31-a573-4a88-bbab-7424304fe6c9",
"name": "AMC Banking 365 BC",
"publisher": "AMC Banking",
"version": "26.0.0.5"
}
],
"screenshots": [],
"platform": "1.0.0.0",
"application": "26.0.0.0",
"idRanges": [
{
"from": 50100,
"to": 50149
}
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"runtime": "15.2",
"features": [
"NoImplicitWith"
]
}
```