2012-03-16 12:44:29 +09:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
2012-03-16 14:55:53 +09:00
|
|
|
#filter substitution
|
|
|
|
|
2012-03-16 12:44:29 +09:00
|
|
|
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
|
|
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
|
|
|
|
|
|
|
|
<Description about="urn:mozilla:install-manifest">
|
|
|
|
<em:id>uriloader@pdf.js</em:id>
|
|
|
|
<em:name>pdf.js</em:name>
|
|
|
|
<em:version>PDFJSSCRIPT_VERSION</em:version>
|
2012-03-16 21:24:58 +09:00
|
|
|
<em:iconURL>chrome://pdf.js/skin/logo.png</em:iconURL>
|
2012-03-16 12:44:29 +09:00
|
|
|
<em:targetApplication>
|
|
|
|
<Description>
|
|
|
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
|
|
|
<em:minVersion>@FIREFOX_VERSION@</em:minVersion>
|
|
|
|
<em:maxVersion>@FIREFOX_VERSION@</em:maxVersion>
|
|
|
|
<em:strictCompatibility>true</em:strictCompatibility>
|
|
|
|
</Description>
|
|
|
|
</em:targetApplication>
|
|
|
|
<em:bootstrap>true</em:bootstrap>
|
|
|
|
<em:unpack>true</em:unpack>
|
|
|
|
<em:creator>Mozilla Labs</em:creator>
|
|
|
|
<em:description>pdf.js uri loader</em:description>
|
|
|
|
<em:homepageURL>https://github.com/mozilla/pdf.js/</em:homepageURL>
|
|
|
|
<em:type>2</em:type>
|
|
|
|
</Description>
|
|
|
|
</RDF>
|