-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathapexplugin.json
35 lines (35 loc) · 1.36 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
{
"name" : "APEX Websocket Notification Bundle",
"version" : "1.2.0",
"description" : "Purpose of this software bundle is to enable all APEX developers to use modern and state of the art web features like Node.js, Websockets to display nice looking notifications in their applications.",
"keywords" : ["notification", "notifications", "websocket", "socket", "nodejs", "node"],
"homepage" : "https://github.com/Dani3lSun/apex-websocket-notify-bundle",
"bugs" : {
"url" : "https://github.com/Dani3lSun/apex-websocket-notify-bundle/issues",
"email" : "[email protected]"
},
"license" : "MIT",
"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-websocket-notify-bundle.git"
},
"oracle" : {
"versions" : ["11.2.0.1", "12.1.0.1", "12.2.0.1"],
"apex" : {
"versions" : ["5.0.0", "5.1.0"],
"plugin" : {
"internalName" : "DE.DANIELH.WSNOTIFY",
"type" : "dynamic action",
"demo" : "https://apex.danielh.de/ords/f?p=WSNOTIFY",
"previewImage" : "https://raw.githubusercontent.com/Dani3lSun/apex-websocket-notify-bundle/master/docs/preview.gif"
}
}
}
}