/prebuilt/extension/install.rdf
Unknown | 37 lines | 31 code | 6 blank | 0 comment | 0 complexity | c4a5e1e221ba9542f6d61a48b69ada1b MD5 | raw file
1<?xml version="1.0"?> 2<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 3 xmlns:em="http://www.mozilla.org/2004/em-rdf#"> 4 5 <!-- 6 Copyright (c) 2010 Sam Gross. Licensed under the MIT License; see 7 http://www.opensource.org/licenses/mit-license.php for details. 8 9 Full source code at http://code.google.com/p/firefox-mac-pdf/ 10 --> 11 12 <Description about="urn:mozilla:install-manifest"> 13 <em:id>colesbury@gmail.com</em:id> 14 <em:name>Firefox PDF Plugin for Mac OS X</em:name> 15 <em:version>1.2.0</em:version> 16 <em:type>2</em:type> 17 <em:unpack>true</em:unpack> 18 19 <em:targetApplication> 20 <Description> 21 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> 22 <em:minVersion>4.0b10</em:minVersion> 23 <em:maxVersion>4.0.*</em:maxVersion> 24 </Description> 25 </em:targetApplication> 26 27 <!-- Front End MetaData --> 28 <em:description>Displays PDF documents in the browser.</em:description> 29 <em:creator>Sam Gross</em:creator> 30 <em:homepageURL>http://code.google.com/p/firefox-mac-pdf</em:homepageURL> 31 <em:iconURL>chrome://pdfplugin/skin/icon.png</em:iconURL> 32 33 <em:targetPlatform>Darwin_x86-gcc3</em:targetPlatform> 34 <em:updateURL>http://firefox-mac-pdf.googlecode.com/svn/trunk/update.rdf</em:updateURL> 35 <em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDMpJhxSkSBnCtYfAZl6xPQbCslk7bIRXZI2H15Et5hJqA0URd1EVJ0+G9UXZKJeZyBbl5Px8d0uKGyz+m1IFx4JAYjLl2u3k+b2f4HGfzKEMHieq2Dt/rmHmBdTAJ17pVVAT4K15ICtNDGLCYSQFUIhMuxysb9VzM/f5yqjcfOZQIDAQAB</em:updateKey> 36 </Description> 37</RDF>