home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2006 February / maximum-cd-2006-02.iso / Software / Apps / firefox_setup_1.5.exe / talkback.xpi / bin / extensions / talkback@mozilla.org / install.rdf
Encoding:
Extensible Markup Language  |  2005-11-11  |  1.4 KB  |  43 lines

  1. <?xml version="1.0"?>
  2.  
  3.  
  4. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  5.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  6.   <Description about="urn:mozilla:install-manifest">
  7.     <em:id>talkback@mozilla.org</em:id>
  8.     <em:version>1.5</em:version>
  9.  
  10.     <em:targetApplication>
  11.       <!-- Firefox -->
  12.       <Description>
  13.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  14.         <em:minVersion>1.5</em:minVersion>
  15.         <em:maxVersion>1.5</em:maxVersion>
  16.       </Description>
  17.     </em:targetApplication>
  18.  
  19.     <em:targetApplication>
  20.       <!-- Thunderbird -->
  21.       <Description>
  22.         <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
  23.         <em:minVersion>1.5</em:minVersion>
  24.         <em:maxVersion>1.5</em:maxVersion>
  25.       </Description>
  26.     </em:targetApplication>
  27.     
  28.     <!-- EXTENSION AUTHORS!
  29.          DO NOT COPY THIS PROPERTY INTO YOUR INSTALL RDF FILES
  30.          It will cause users not to be informed of incompatibilities 
  31.          with your extension when they are updated with Software Update
  32.          and your extension will become unavailable to them!
  33.          -->
  34.     <em:appManaged>true</em:appManaged>
  35.  
  36.     <!-- front-end metadata -->
  37.     <em:name>Talkback</em:name>
  38.     <em:description>Submit a crash report to Mozilla.org.</em:description>
  39.     <em:creator>mozilla.org</em:creator>
  40.     <em:homepageURL>http://talkback.mozilla.org/</em:homepageURL>
  41.   </Description>
  42. </RDF>
  43.