-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
45 lines (45 loc) · 1.12 KB
/
app.json
File metadata and controls
45 lines (45 loc) · 1.12 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
{
"id": "0a1bc520-b532-4486-9db2-337d046b5e64",
"name": "Explorations",
"publisher": "Mir Kasim Ali Naqvi",
"version": "1.0.0.0",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"dependencies": [
{
"id": "93a71c5e-237e-47e8-835b-1a7f9e844f1b",
"name": "Create Product Information With Copilot",
"publisher": "Microsoft",
"version": "26.3.36158.36731"
}
],
"screenshots": [],
"platform": "26.0.0.0",
"application": "26.0.0.0",
"idRanges": [
{
"from": 50000,
"to": 90000
}
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": false,
"includeSourceInSymbolFile": false,
"applyToDevExtension": false
},
"runtime": "15.0",
"propagateDependencies": true,
"features": [
"NoImplicitWith",
"NoPromotedActionProperties",
"UseLegacyAnalyzerStrategy",
"GenerateCaptions",
"AllTranslationItems",
"TranslationFile"
]
}