-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 941 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 941 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
{
"thumbnail": "https://wnow-modules.s3.amazonaws.com/icon_stroke_news_articlelist.svg",
"tag": "FranklyCustom",
"affiliates":["franklydemo"],
"propTypes": {
"titles": "PropTypes.array",
"streamUrls": "PropTypes.array",
"posterUrls": "PropTypes.array"
},
"defaultProps": {
"titles": [
"Vid1",
"Vid2",
"Vid3"
],
"streamUrls": [
"https://channels-1.video.franklyinc.com/out/i/15812.m3u8",
"https://channels-1.video.franklyinc.com/out/i/19735.m3u8",
"https://f3ba597f7d4949af9ea7f7405594adea.mediatailor.us-east-1.amazonaws.com/v1/master/1d83eb30e3b0c3924fb4496062b92664bd531371/Fox-WAGA-MediaPackage-Beta/index.m3u8"
],
"posterUrls": [
"https://FRANKLYDEMO.images.worldnow.com/images/18020840_G.jpeg",
"https://FRANKLYDEMO.images.worldnow.com/images/18018385_G.jpeg",
"https://FRANKLYDEMO.images.worldnow.com/images/18055016_G.jpeg"
]
}
}