-
Notifications
You must be signed in to change notification settings - Fork 4
/
apexplugin.json
29 lines (29 loc) · 1.06 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
{
"name" : "Search Navigation Menu",
"version" : "2.1",
"description" : "Oracle Application Express item Plug-in for search on Navigation Menu.",
"keywords" : ["search", "navigation", "menu", "list", "shortcut", "shortcuts"],
"homepage" : "https://github.com/grlicaa/SearchNavigationMenu",
"license" : "MIT",
"author" : {
"name" : "Andrej Grlica",
"email" : "[email protected]",
"twitter" : "AndrejGrlica",
},
"repository" : {
"type" : "git",
"url" : "https://github.com/grlicaa/SearchNavigationMenu.git"
},
"oracle" : {
"versions" : ["12.2.0.1", "12.1.0.1", "11.2.0.1"],
"apex" : {
"versions" : ["5.0.0", "5.0.1", "5.0.2", "5.0.3", "5.0.4", "5.1.0", "5.1.1", "5.1.2", "5.1.3", "5.1.4", "18.1.0", "18.2.0", "19.1.0"],
"plugin" : {
"internalName" : "si.abakus.searchnavigationmenu",
"type" : "item",
"demo" : "https://apex.oracle.com/pls/apex/f?p=111583",
"previewImage" : "https://raw.githubusercontent.com/grlicaa/SearchNavigationMenu/master/docs/Preview2.gif"
}
}
}
}