-
Notifications
You must be signed in to change notification settings - Fork 6
/
apexplugin.json
54 lines (54 loc) · 2.16 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "APEX Spotlight Search",
"version": "1.6.1",
"description": "<p>APEX Spotlight Search is a powerful search feature (like on MacOS) to search. It provides quick navigation and unified search experience across an APEX application.</p><p><b>Short info about \"Commercially Supported\"</b></p><p>This plug-in remains free and open source under MIT license!</p><p>If you have any problems with it, you can always create an issue on GitHub and I may find the time at some point in the future to resolve it for you. The guys at FOEX also offer commercial support for this plug-in. They have added this plug-in as a part of their \"APEX Plug-in Support Package\", for more information please visit: https://www.foex.at/plugin-support. I have opted to include my plug-in in their support package because you can get professional support for any issues you face in a timely manner as well as the \"peace of mind\" that it will be supported for many years to come!</p>",
"keywords": [
"oracle",
"apex",
"plugin",
"dynamic_action",
"spotlight",
"search",
"navigation"
],
"homepage": "https://github.com/Dani3lSun/apex-plugin-spotlight",
"bugs": {
"url": "https://github.com/Dani3lSun/apex-plugin-spotlight/issues",
"email": "[email protected]"
},
"license": "MIT",
"commercial" : "No",
"commercially_supported": "Yes",
"author": {
"name": "Daniel Hochleitner",
"email": "[email protected]",
"url": "https://danielhochleitner.de",
"twitter": "Dani3lSun",
"donationUrl": "https://www.paypal.me/DanielHochleitnerIT/3"
},
"repository": {
"type": "git",
"url": "https://github.com/Dani3lSun/apex-plugin-spotlight.git"
},
"oracle": {
"versions": [
"11.2.0.1",
"12.1.0.1",
"12.2.0.1"
],
"apex": {
"versions": [
"5.1.0",
"18.1.0",
"18.2.0",
"19.1.0"
],
"plugin": {
"internalName": "DE.DANIELH.APEXSPOTLIGHT",
"type": "dynamic action",
"demo": "https://apex.oracle.com/pls/apex/f?p=APEXPLUGIN",
"previewImage": "https://raw.githubusercontent.com/Dani3lSun/apex-plugin-spotlight/master/preview.gif"
}
}
}
}