26 lines
		
	
	
		
			987 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			987 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?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:uriloader@pdf.js">
 | 
						|
    <em:updates>
 | 
						|
      <RDF:Seq>
 | 
						|
        <RDF:li>
 | 
						|
          <RDF:Description>
 | 
						|
            <em:version>PDFJSSCRIPT_VERSION</em:version>
 | 
						|
            <em:targetApplication>
 | 
						|
              <RDF:Description>
 | 
						|
                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
 | 
						|
                <em:minVersion>6.0</em:minVersion>
 | 
						|
                <em:maxVersion>11.*</em:maxVersion>
 | 
						|
                <!-- Use the raw link for updates so we we can use SSL. -->
 | 
						|
                <em:updateLink>https://github.com/mozilla/pdf.js/raw/gh-pages/extensions/firefox/pdf.js.xpi</em:updateLink>
 | 
						|
              </RDF:Description>
 | 
						|
            </em:targetApplication>
 | 
						|
          </RDF:Description>
 | 
						|
        </RDF:li>
 | 
						|
      </RDF:Seq>
 | 
						|
    </em:updates>
 | 
						|
  </RDF:Description>
 | 
						|
</RDF:RDF> |