-
Notifications
You must be signed in to change notification settings - Fork 368
Expand file tree
/
Copy pathapp.json
More file actions
92 lines (92 loc) · 2.21 KB
/
app.json
File metadata and controls
92 lines (92 loc) · 2.21 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"id": "2ac317ef-11a5-4753-92f4-31c84b520c7b",
"name": "Subscription Billing Test",
"publisher": "Microsoft",
"version": "28.0.0.0",
"brief": "Test for Subscription Billing",
"description": "The app enables the selling of recurring subscriptions and provides accurate billing for a wide range of pricing models.",
"privacyStatement": "https://go.microsoft.com/fwlink/?LinkId=724009",
"EULA": "https://go.microsoft.com/fwlink/?linkid=2009120",
"help": "https://go.microsoft.com/fwlink/?linkid=2104024",
"url": "https://go.microsoft.com/fwlink/?LinkId=724011",
"contextSensitiveHelpUrl": "https://go.microsoft.com/fwlink/?linkid=2104024",
"logo": "ExtensionLogo.png",
"dependencies": [
{
"id": "e7320ebb-08b3-4406-b1ec-b4927d3e280b",
"name": "Any",
"publisher": "Microsoft",
"version": "28.0.0.0"
},
{
"id": "bee8cf2f-494a-42f4-aabd-650e87934d39",
"name": "Business Foundation Test Libraries",
"publisher": "Microsoft",
"version": "28.0.0.0"
},
{
"id": "5d86850b-0d76-4eca-bd7b-951ad998e997",
"name": "Tests-TestLibraries",
"publisher": "Microsoft",
"version": "28.0.0.0"
},
{
"id": "5095f467-0a01-4b99-99d1-9ff1237d286f",
"publisher": "Microsoft",
"name": "Library Variable Storage",
"version": "28.0.0.0"
},
{
"id": "3099ffc7-4cf7-4df6-9b96-7e4bc2bb587c",
"publisher": "Microsoft",
"name": "Subscription Billing",
"version": "28.0.0.0"
}
],
"screenshots": [],
"platform": "28.0.0.0",
"application": "28.0.0.0",
"idRanges": [
{
"from": 139685,
"to": 139694
},
{
"from": 139884,
"to": 139885
},
{
"from": 139887,
"to": 139889
},
{
"from": 139892,
"to": 139893
},
{
"from": 139895,
"to": 139895
},
{
"from": 139912,
"to": 139916
},
{
"from": 148152,
"to": 148160
},
{
"from": 148455,
"to": 148455
}
],
"target": "OnPrem",
"features": [
"TranslationFile"
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
}
}