-
Notifications
You must be signed in to change notification settings - Fork 3
/
apexplugin.json
35 lines (35 loc) · 1.09 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" : "jk64SimpleMap",
"version" : "0.7",
"description" : "Simple Google Map region plugin",
"keywords" : ["map"],
"homepage" : "https://github.com/jeffreykemp/jk64-plugin-simplemap",
"bugs" : {
"url" : "https://github.com/jeffreykemp/jk64-plugin-simplemap/issues",
"email" : "[email protected]"
},
"license" : "MIT",
"author" : {
"name" : "Jeffrey Kemp",
"email" : "[email protected]",
"url" : "http://jeffkemponoracle.com/",
"twitter" : "jeffreykemp",
"donationUrl" : "https://paypal.me/JEFFREYKEMP/3"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/jeffreykemp/jk64-plugin-simplemap"
},
"oracle" : {
"versions" : ["11.2.0.1", "12.1.0.1"],
"apex" : {
"versions" : ["5.0.2"],
"plugin" : {
"internalName" : "COM.JK64.SIMPLE_GOOGLE_MAP",
"type" : "region",
"demo" : "https://apex.oracle.com/pls/apex/f?p=JK64_SIMPLE_MAP&c=JK64",
"previewImage" : "https://raw.githubusercontent.com/jeffreykemp/jk64-plugin-simplemap/master/src/plugin-simplemap-preview.png"
}
}
}
}