home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 June / PCpro_2006_06.ISO / files / firefox / aboutconfig-0.6.xpi / install.rdf < prev   
Encoding:
Extensible Markup Language  |  2006-03-02  |  1.3 KB  |  37 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.   <Description about="urn:mozilla:install-manifest">
  7.     <em:id>{412395cf-187c-40a2-bc8c-3ca45ccdb3e8}</em:id>     
  8.     <em:version>0.6</em:version>
  9.     
  10.     <!-- Target Application this extension can install into, 
  11.         with minimum and maximum supported versions. -->
  12.  
  13.     <!-- Thunderbird -->
  14.     <em:targetApplication>
  15.       <Description>
  16.          <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
  17.          <em:minVersion>0.8</em:minVersion>
  18.          <em:maxVersion>1.5.0.*</em:maxVersion>
  19.       </Description>
  20.     </em:targetApplication>
  21.    
  22.     <!-- Front End MetaData -->
  23.     <em:name>AboutConfig</em:name>
  24.     <em:description>about:config</em:description>
  25.     <em:creator>Michael J Gruber</em:creator>
  26.     <em:homepageURL>http://aboutconfig.mozdev.org/</em:homepageURL>
  27.     <em:iconURL>chrome://aboutconfig/skin/aboutconfig.png</em:iconURL>
  28.     <!-- Packages, Skins and Locales that this extension registers -->
  29.     <em:file>
  30.       <Description about="urn:mozilla:extension:file:aboutconfig.jar">
  31.         <em:package>content/aboutconfig/</em:package>
  32.         <em:skin>skin/classic/aboutconfig/</em:skin> -->
  33.       </Description>
  34.     </em:file>
  35.   </Description>      
  36. </RDF>
  37.