${[
{name:'HUM TV', emoji:'🎭', color:'#e74c3c', type:'Entertainment', tag:'#1 Drama Channel'},
{name:'ARY Digital', emoji:'🎬', color:'#e67e22', type:'Entertainment', tag:'Most Watched'},
{name:'Geo TV', emoji:'📡', color:'#3498db', type:'News & Drama', tag:'Top Rated'},
{name:'Express TV', emoji:'🌟', color:'#9b59b6', type:'Entertainment', tag:'Popular'},
{name:'BOL TV', emoji:'💫', color:'#1abc9c', type:'Entertainment', tag:''},
{name:'PTV Home', emoji:'🏛️', color:'#27ae60', type:'State TV', tag:'Classic'},
{name:'A Plus', emoji:'⭐', color:'#f39c12', type:'Entertainment', tag:''},
{name:'Urdu 1', emoji:'✨', color:'#e91e63', type:'Entertainment', tag:''},
].map(ch => `
${ch.tag ? `
${ch.tag}
` : ''}
`).join('')}