You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
825 B
27 lines
825 B
import {
|
|
ClientConfig,
|
|
ClientIds,
|
|
ClientNames,
|
|
} from './types'
|
|
|
|
export const instat: ClientConfig = {
|
|
auth: {
|
|
clientId: ClientIds.Instat,
|
|
},
|
|
description: 'Live sports streaming platform. Football, basketball, ice hockey and more. Access to various player playlists and game highlights. Multiple subscription options. Available across all devices.',
|
|
name: ClientNames.Instat,
|
|
privacyLink: '/clients/instat/terms-and-conditions.html',
|
|
showSearch: true,
|
|
styles: {
|
|
background: 'background-image: url(/images/Checker.png);',
|
|
logo: 'logo.svg',
|
|
logoHeight: 1.465,
|
|
logoWidth: 6.37,
|
|
matchLogoHeight: 1.465,
|
|
matchLogoTopMargin: 1.14,
|
|
matchLogoWidth: 6.37,
|
|
userAccountLogoHeight: 1.465,
|
|
userAccountLogoWidth: 6.37,
|
|
},
|
|
title: 'InStat TV - The Home of Sports Streaming',
|
|
}
|
|
|