pdf.js/extensions/firefox/update.rdf

39 lines
1.5 KiB
Plaintext
Raw Normal View History

2012-01-08 04:41:46 +09:00
<?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:viewer@pdf.js">
2012-01-08 04:41:46 +09:00
<em:updates>
<RDF:Seq>
<RDF:li>
<RDF:Description>
2012-03-14 09:53:25 +09:00
<em:version>PDFJSSCRIPT_VERSION</em:version>
2015-12-19 01:33:12 +09:00
<!-- Firefox -->
2012-01-08 04:41:46 +09:00
<em:targetApplication>
<RDF:Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>38.0</em:minVersion>
<em:maxVersion>50.0</em:maxVersion>
2012-01-10 04:17:36 +09:00
<!-- Use the raw link for updates so we we can use SSL. -->
2015-12-19 00:32:46 +09:00
<em:updateLink>https://raw.githubusercontent.com/mozilla/pdf.js/gh-pages/extensions/firefox/pdf.js.xpi</em:updateLink>
2012-01-08 04:41:46 +09:00
</RDF:Description>
</em:targetApplication>
2015-12-19 01:33:12 +09:00
<!-- Android -->
<em:targetApplication>
<RDF:Description>
<em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id>
<em:minVersion>38.0</em:minVersion>
<em:maxVersion>50.0</em:maxVersion>
<!-- Use the raw link for updates so we we can use SSL. -->
<em:updateLink>https://raw.githubusercontent.com/mozilla/pdf.js/gh-pages/extensions/firefox/pdf.js.xpi</em:updateLink>
</RDF:Description>
</em:targetApplication>
2012-01-08 04:41:46 +09:00
</RDF:Description>
</RDF:li>
</RDF:Seq>
</em:updates>
</RDF:Description>
</RDF:RDF>