27 lines
1015 B
27 lines
1015 B
<?xml version="1.0"?> |
|
|
|
#filter substitution |
|
|
|
<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> |
|
<!-- PDFJS_LOCALIZED_METADATA --> |
|
<em:name>PDF Viewer</em:name> |
|
<em:version>PDFJSSCRIPT_VERSION</em:version> |
|
<em:targetApplication> |
|
<Description> |
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
|
<em:minVersion>@FIREFOX_VERSION@</em:minVersion> |
|
<em:maxVersion>@FIREFOX_VERSION@</em:maxVersion> |
|
</Description> |
|
</em:targetApplication> |
|
<em:strictCompatibility>true</em:strictCompatibility> |
|
<em:bootstrap>true</em:bootstrap> |
|
<em:creator>Mozilla</em:creator> |
|
<em:description>Uses HTML5 to display PDF files directly in Firefox.</em:description> |
|
<em:homepageURL>https://support.mozilla.org/kb/Opening%20PDF%20files%20within%20Firefox</em:homepageURL> |
|
<em:type>2</em:type> |
|
</Description> |
|
</RDF>
|
|
|