-
Notifications
You must be signed in to change notification settings - Fork 10
/
manifest.json
50 lines (50 loc) · 1.06 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
{
"glueVersion": "1",
"name": "player",
"object": "Player",
"bootstrapModule": "design",
"glueLocation": "../glue/",
"dependencies": [
"http://video.twentythree.net/resources/um/script/swfobject/swfobject.js",
"http://video.twentythree.net/resources/um/script/hls-iecompat.min.js",
"../eingebaut/eingebaut.js",
"../visualplatform.js/visualplatform.js"
],
"modules": [
"design",
"core",
"consent-status",
"status-display",
"analytics",
"sharing",
"social-button",
"video-display",
"video-360-button",
"live-preview",
"logo",
"scrubber",
"subtitles",
"sections",
"big-play-button",
"play-button",
"muted-auto-play-button",
"volume-button",
"share-button",
"browse",
"loop",
"fullscreen-button",
"subtitle-button",
"audiodescription-button",
"quality-button",
"playback-rate-button",
"info",
"actions",
"accessibility",
"protection",
"slides",
"slides-button",
"real-button",
"sections-menu",
"context-menu"
]
}