-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
52 lines (52 loc) · 1.29 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
47
48
49
50
51
52
{
"id": "alma-csv-user-load",
"title": [
{
"lang": "en",
"text": "Alma CSV User Load"
},
{
"lang": "es",
"text": "Alma CSV User Load"
}
],
"subtitle": [
{
"lang": "en",
"text": "Load users from comma-separated file"
},
{
"lang": "es",
"text": "Cargar usuarios desde un archivo separado por comas"
}
],
"author": "Ex Libris",
"description": [
{
"lang": "en",
"text": "With this app, you can create Alma users from a list in a comma separated file. It supports flexible configuration in multiple profiles."
},
{
"lang": "es",
"text": "Con esta aplicación, puede crear usuarios de Alma a partir de una lista en un archivo separado por comas. Es compatible con la configuración flexible en múltiples perfiles."
}
],
"icon": {
"type": "font",
"value": "fa fa-file-excel-o"
},
"pages": {
"settings": "/#/settings",
"help": "https://github.com/ExLibrisGroup/alma-csv-user-load/wiki/Alma-CSV-User-Load-Manual"
},
"contentSecurity": {
"sandbox": {
"modals": true,
"downloads": true
}
},
"fullscreen": {
"allow": true,
"open": false
}
}