import { ClientConfig, ClientIds, ClientNames, } from './types' export const instat: ClientConfig = { auth: { clientId: ClientIds.Instat, }, defaultLanguage: 'en', 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.', disabledPreferences: true, name: ClientNames.Instat, privacyLink: '/terms-and-conditions?client_id=ott-web', showSearch: true, styles: { background: 'background-image: url(/images/Checker.png);', logo: 'logo.svg', logoHeight: 1.465, logoLeft: 1.7, logoTop: 1.5, logoWidth: 6.37, matchLogoHeight: 1.465, matchLogoWidth: 6.37, }, title: 'InStat TV - The Home of Sports Streaming', }