-
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) · 783 Bytes
/
app.json
File metadata and controls
30 lines (30 loc) · 783 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": "e92902f1-5b10-44b7-9537-cb7043fa2afe",
"name": "Excel Import Demo",
"publisher": "Saurav Dhyani",
"brief": "Demo for Excel Import",
"description": "This extension is for Excel Import Demo.",
"version": "1.17.0.0",
"runtime": "6.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": "17.0.0.0",
"application": "17.0.0.0",
"idRanges": [
{
"from": 70000,
"to": 99999
}
],
"features": [
"TranslationFile"
],
"showMyCode": true
}