-
Notifications
You must be signed in to change notification settings - Fork 4
/
app.json
27 lines (27 loc) · 839 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
{
"id": "aab0ed8d-0d1e-4512-ae6f-fcc3dc1abbf4",
"name": "About This Page",
"publisher": "James Pearson",
"brief": "Restores some of the functionality that used to be provided by the 'About this Page' function in the Windows client.",
"description": "Restores some of the functionaltiy that used to be provided by the 'About this Page' function in the Windows client.",
"version": "1.0.4.0",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "http://jpearson.blog/2018/10/04/about-this-page-in-dynamics-365-business-central",
"logo": "./Logo/logo.png",
"capabilities": [],
"dependencies": [],
"screenshots": [],
"platform": "13.0.0.0",
"application": "13.0.0.0",
"idRange": {
"from": 79990,
"to": 79999
},
"runtime": "2.0",
"features": [
"TranslationFile"
],
"showMyCode": true
}