<?xml version="1.0" encoding="UTF-8"?>

<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:em="http://www.mozilla.org/2004/em-rdf#">

  <RDF:Description about="urn:mozilla:extension:fb2reader@clear.com.ua">
    <em:updates>
      <RDF:Seq>
       <!-- Each li is a different version of the same add-on -->
        <RDF:li>
          <RDF:Description>
            <em:version>0.13</em:version> <!-- This is the version number of the add-on -->
            <!-- One targetApplication for each application the add-on is compatible with -->
            <em:targetApplication>
              <RDF:Description>
                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
                <em:minVersion>3.0</em:minVersion>
                <em:maxVersion>4.0.*</em:maxVersion>
                <!-- This is where this version of the add-on will be downloaded from -->
                <em:updateLink>http://firefox.org.ua/xpi/fb2reader.xpi</em:updateLink>
                <em:updateHash>sha1:a2cbce1cd8247121824b23a2615d6b5f83eabe96</em:updateHash>
                
                <!-- A page describing what is new in this updated version -->
                <em:updateInfoURL>http://www.firefox.org.ua/xpi/fb2reader-0.13.xhtml</em:updateInfoURL>
                
              </RDF:Description>
            </em:targetApplication>
          </RDF:Description>
        </RDF:li>
      </RDF:Seq>
    </em:updates>

  </RDF:Description>

</RDF:RDF>

