<?xml version="1.0"?>

<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:creator>Adobe</em:creator>
  <em:description>Adobe Contribute Plugin</em:description>
  <!--Home page where the extension can be found. This is displayed in the default about box of your extension-->
  <em:homepageURL>http://www.adobe.com/</em:homepageURL>
  <em:id>{01A8CA0A-4C96-465b-A49B-65C46FAD54F9}</em:id>
  <em:name>Adobe Contribute Toolbar</em:name>
  <em:version>6.1</em:version>
  <em:type>2</em:type>
    
  <em:targetApplication>
    <Description>
      <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
	  <!-- Need to put in the min and max version of Firefox that will be supported by Contribute -->
      <em:minVersion>3.0</em:minVersion>
      <em:maxVersion>4.0.*</em:maxVersion>
    </Description>
  </em:targetApplication>
  
  <em:file>
    <Description about="urn:mozilla:extension:file:contribute_toolbar.jar">
      <em:package>content/</em:package>
	  <em:skin>skin/</em:skin>
    </Description>
  </em:file>
  
  </Description>
  
</RDF>
