-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
29 lines (29 loc) · 927 Bytes
/
config.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
{
"namespotter" : {
"ws" : "https://gnrd.globalnames.org/name_finder.json",
"ga" : "UA-29483410-1"
},
"icons" : {
"16" : "images/icon-19.png",
"48" : "images/icon-48.png",
"128" : "images/icon-128.png",
"gray" : "images/icon-19-gray.png",
"190" : "images/icon-19.png",
"191" : "images/icon-19-1.png",
"192" : "images/icon-19-2.png",
"193" : "images/icon-19-3.png"
},
"tooltips" : {
"eol" : {
"api_search" : {
"uri" : "http://eol.org/api/search/1.0.json",
"params" : "?page=1&exact=false&q="
},
"api_pages" : {
"uri" : "http://eol.org/api/pages/1.0/",
"params" : "?images=1&videos=0&sounds=0&maps=0&text=1&iucn=false&subjects=overview&licenses=all&details=true&common_names=true&synonyms=false&references=false&vetted=0&cache_ttl="
},
"pages" : "http://eol.org/pages/"
}
}
}