-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapexplugin.json
executable file
·34 lines (34 loc) · 1.05 KB
/
apexplugin.json
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
{
"name" : "JET StatusMeterGauge",
"version" : "1.2.2",
"description" : "Region Plugin to show one or more Status Meter Gauges based on a SQL statement.",
"keywords" : ["JET","chart"],
"homepage" : "https://github.com/APEXGru/JET-StatusMeterGauge",
"bugs" : {
"url" : "https://github.com/APEXGru/JET-StatusMeterGauge/issues",
"email" : "roelhartman@gmail.com"
},
"license" : "MIT",
"author" : {
"name" : "Roel Hartman",
"email" : "roelhartman@gmail.com",
"url" : "http://roelhartman.blogspot.com",
"twitter" : "RoelH"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/APEXGru/JET-StatusMeterGauge.git"
},
"oracle" : {
"versions" : ["12.2.0.1"],
"apex" : {
"versions" : ["20.1.0"],
"plugin" : {
"internalName" : "COM.APEXCONSULTING.APEX.JET.GAUGE",
"type" : "region",
"demo" : "https://apex.oracle.com/pls/apex/f?p=ROELSAPEXJET:STATUSMETERGAUGE",
"previewImage" : "https://github.com/APEXGru/JET-StatusMeterGauge/raw/master/preview.png"
}
}
}
}