-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
30 lines (30 loc) · 779 Bytes
/
app.json
File metadata and controls
30 lines (30 loc) · 779 Bytes
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
{
"id": "ff834221-1e44-445a-a8ae-996ceb50a40b",
"name": "Excel Export",
"publisher": "Saurav Dhyani",
"brief": "This is a code sample to Export Data to Excel From #msdyn365bc.",
"description": "",
"version": "1.0.0.0",
"runtime": "7.0",
"privacyStatement": "https://www.sauravdhyani.com/",
"EULA": "https://www.sauravdhyani.com/",
"help": "https://www.sauravdhyani.com/contact/",
"contextSensitiveHelpUrl": "https://www.sauravdhyani.com/",
"url": "https://www.sauravdhyani.com/",
"logo": "image/sauravdhyani.png",
"dependencies": [
],
"screenshots": [],
"platform": "18.0.0.0",
"application": "18.0.0.0",
"idRanges": [
{
"from": 50000,
"to": 99999
}
],
"features": [
"TranslationFile"
],
"showMyCode": true
}