]> git.parisson.com Git - pdf.js.git/commitdiff
Change extension name, creator, description. Remove unpack and icon url. Move strict...
authorBrendan Dahl <brendan.dahl@gmail.com>
Tue, 20 Mar 2012 22:24:23 +0000 (15:24 -0700)
committerBrendan Dahl <brendan.dahl@gmail.com>
Tue, 20 Mar 2012 22:24:23 +0000 (15:24 -0700)
extensions/firefox/install.rdf
extensions/firefox/install.rdf.in

index 14938b669a45df96b6016977f7099f117e923d31..0a0d813b2f37230220f24b9c4f80e84cf1844f6a 100644 (file)
@@ -5,9 +5,8 @@
 
   <Description about="urn:mozilla:install-manifest">
     <em:id>uriloader@pdf.js</em:id>
-    <em:name>pdf.js</em:name>
+    <em:name>PDF Viewer</em:name>
     <em:version>PDFJSSCRIPT_VERSION</em:version>
-    <em:iconURL>chrome://pdf.js/skin/logo.png</em:iconURL>
     <em:targetApplication>
       <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
@@ -16,9 +15,8 @@
      </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:creator>Mozilla</em:creator>
+    <em:description>Uses HTML5 to display PDF files directly in Firefox.</em:description>
     <em:homepageURL>https://github.com/mozilla/pdf.js/</em:homepageURL>
     <em:type>2</em:type>
     <!-- Use the raw link for updates so we we can use SSL. -->
index dc2893c6902825d3b724dd6bfa60cc0046ee20c7..3f8f87cda5ae8a724e3c0ff539c414c0865a6d21 100644 (file)
@@ -7,22 +7,20 @@
 
   <Description about="urn:mozilla:install-manifest">
     <em:id>uriloader@pdf.js</em:id>
-    <em:name>pdf.js</em:name>
+    <em:name>PDF Viewer</em:name>
     <em:version>PDFJSSCRIPT_VERSION</em:version>
-    <em:iconURL>chrome://pdf.js/skin/logo.png</em:iconURL>
     <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:strictCompatibility>true</em:strictCompatibility>
     <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:creator>Mozilla</em:creator>
+    <em:description>Uses HTML5 to display PDF files directly in Firefox.</em:description>
+    <em:homepageURL>http://support.mozilla.org/kb/using-mozilla-pdf-viewer</em:homepageURL>
     <em:type>2</em:type>
   </Description>
 </RDF>