-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
44 lines (42 loc) · 979 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"glueVersion":"1",
"name":"player",
"object":"Player",
"bootstrapModule":"design",
"glueLocation": "../glue/",
"dependencies": [
"http://videos.23video.com/resources/um/script/swfobject/swfobject.js",
"../eingebaut/eingebaut.js",
"../visualplatform.js/visualplatform.js"
],
"modules": [
"design",
"core",
"status-display",
"analytics",
"sharing",
"social-button",
"video-display",
"live-preview",
"logo",
"scrubber",
"subtitles",
"sections",
"big-play-button",
"play-button",
"volume-button",
"share-button",
"browse-button",
"browse",
"fullscreen-button",
"subtitle-button",
"quality-button",
"info-button",
"info",
"actions",
"download-button",
"accessibility",
"protection",
"slides"
]
}