forked from ExLibrisGroup/alma-scheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
28 lines (28 loc) · 955 Bytes
/
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
{
"id": "exlibrisgroup/alma-scheduler",
"title": "Appointment Scheduler",
"subtitle": "Schedule appointments for users at defined locations",
"author": "Ex Libris",
"description": "Define locations and schedule appointments for Alma users. Configuration supports hours and duration and multiple locations with capacity. Sends email to users when events are created. Note: This app is currently available in beta form.",
"license": "https://raw.githubusercontent.com/exlibrisgroup/alma-scheduler/master/LICENSE",
"icon": {
"type": "font",
"value": "fa fa-calendar"
},
"fullscreen": {
"allow": true,
"open": false
},
"pages": {
"config": "/#/configuration",
"help": "https://github.com/exlibrisgroup/alma-scheduler/wiki/Help"
},
"contentSecurity": {
"connectSrc": [
"https://api-eu.exldevnetwork.net"
],
"sandbox": {
"modals": true
}
}
}