<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
    <ShortName>XfinityTV Search</ShortName>
    <LongName>XfinityTV Search</LongName>
    <Description></Description>
    <Tags></Tags>
    <Language>en-us</Language>
    <Language>es-us</Language>
    <OutputEncoding>UTF-8</OutputEncoding>
    <InputEncoding>UTF-8</InputEncoding>
    <Image height="64" width="64" type="image/png">http://xfinitytv.comcast.net/fc_logo.png</Image>
    <Image height="16" width="16" type="image/x-icon">http://xfinitytv.comcast.net/favicon.ico</Image>

    <Url type="text/html" template="http://xfinitytv.comcast.net/search">
        <Param name="query" value="{searchTerms}"/>
        <Param name="resources" value="odol,rovi,vod"/>
    </Url>
    
    <Url type="application/json" rel="suggestions" template="http://xfinitytv.comcast.net/api/entity/search/completion">
        <Param name="query" value="{searchTerms}"/>
        <Param name="limit" value="10"/>
        <Param name="type" value="json"/>
    </Url>
</OpenSearchDescription>
