-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapexplugin.json
More file actions
36 lines (35 loc) · 1.44 KB
/
apexplugin.json
File metadata and controls
36 lines (35 loc) · 1.44 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
{
"name" : "Oracle Map info Picker",
"version" : "1.0",
"description" : "Oracle Application Express Plug-in for retrieving information for a picked area within a map region.",
"keywords" : ["Map", "Picker"],
"homepage" : "https://github.com/Wadie-ess/Oracle_Map_info_Picker/",
"bugs" : {
"url" : "https://github.com/Wadie-ess/Oracle_Map_info_Picker/",
"email" : "wadieessendoubi@gmail.com"
},
"license" : "MIT",
"commercial" : "No",
"author" : {
"name" : "ouadia essendoubi (wadie.)",
"email" : "wadieessendoubi@gmail.com",
"url" : "http://wadie.me",
"twitter" : "Wa__Die"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/Wadie-ess/Oracle_Map_info_Picker"
},
"oracle" : {
"versions" : ["19.0.0.0","21.0.0.0"],
"apex" : {
"versions" : ["19.1","19.2","20.1","20.2","21.1","21.2","22.1","22.2","23.1","23.2"],
"plugin" : {
"internalName" : "com.wadie.mappicker",
"type" : "dynamic action",
"demo" : "https://apex.oracle.com/pls/apex/r/a7a/basic-ui-training/native-map?session=112049585555659",
"previewImage" : "https://raw.githubusercontent.com/Wadie-ess/Oracle_Map_info_Picker/main/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f64646c7678797264722f696d6167652f75706c6f61642f76313731313336363534322f47726f75705f383733355f6c6a6d6c6d6f2e706e67.png"
}
}
}
}