-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
46 lines (46 loc) · 1.34 KB
/
manifest.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
36
37
38
39
40
41
42
43
44
45
46
{
"id": "alma-refine",
"title": "Alma Refine",
"subtitle": "Refine Alma BIB records using OpenRefine services",
"author": "Ex Libris",
"description": "This app can be used to refine bibliographic records with services that adhere to the OpenRefine standard. References to the Getty vocabularies, WikiData, and GeoNames are included with the app.",
"fullscreen": {
"allow": true,
"open": false
},
"pages": {
"settings": "/#/settings",
"help": "https://github.com/jweisman/alma-refine/wiki/Help"
},
"icon": {
"type": "url",
"value": "/assets/openrefine-logo.png"
},
"entities": [
"BIB_MMS",
"IEP",
"IEE"
],
"contentSecurity": {
"connectSrc": [
"http://localhost:1801",
"http://*.corp.exlibrisgroup.com:1801",
"https://*.alma.exlibrisgroup.com",
"https://services.getty.edu",
"https://wdreconcile.toolforge.org",
"https://api.exldevnetwork.net",
"https://lobid.org",
"https://conciliator.herokuapp.com"
],
"frameSrc": [
"https://services.getty.edu",
"https://wdreconcile.toolforge.org",
"https://api.exldevnetwork.net",
"https://lobid.org",
"https://conciliator.herokuapp.com"
],
"sandbox": {
"modals": true
}
}
}