-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapp.json
More file actions
33 lines (33 loc) · 905 Bytes
/
app.json
File metadata and controls
33 lines (33 loc) · 905 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
31
32
33
{
"id": "dbe16b51-11ee-4b11-ac2e-96fd978f77f0",
"name": "Community Questions",
"publisher": "Saurav Dhyani",
"brief": "This repo will have suggestions for answers to community questions.",
"description": "",
"version": "21.0.0.0",
"runtime": "10.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": "14.0.0.0",
"application": "14.0.0.0",
"idRanges": [
{
"from": 50000,
"to": 99999
}
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"features": [
"NoImplicitWith"
]
}