-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmanifest.json
More file actions
31 lines (31 loc) · 935 Bytes
/
manifest.json
File metadata and controls
31 lines (31 loc) · 935 Bytes
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
{
"id": "exlibrisgroup/cloudapp-tutorials",
"title": "Cloud App Tutorials",
"subtitle": "Accompanying code for the Cloud App tutorials in the Developer Network",
"author": "Ex Libris",
"description": "For more information on these tutorials, see https://developers.exlibrisgroup.com/cloudapps/tutorials/.",
"contentSecurity": {
"connectSrc": [
"https://catalog.hathitrust.org/",
"https://api.exldevnetwork.net/"
],
"sandbox": {
"popups": true,
"modals": true
}
},
"pages": {
"settings": "/#/settings",
"config": "/#/configuration",
"help": "https://github.com/ExLibrisGroup/cloudapp-tutorials"
},
"icon": {
"type": "font",
"value": "fa fa-lightbulb-o"
},
"fullscreen": {
"allow": true,
"open": false
},
"license": "https://github.com/ExLibrisGroup/cloudapp-tutorials/raw/tutorials/LICENSE"
}