home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 September / APC0409D1.iso / f_looks / files / bugmenot.xpi / install.rdf < prev   
Encoding:
Extensible Markup Language  |  2004-05-31  |  1.1 KB  |  32 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  4.  
  5.     <Description about="urn:mozilla:install-manifest">
  6.     
  7.         <em:id>{987311C6-B504-4aa2-90BF-60CC49808D42}</em:id>
  8.         <em:name>BugMeNot</em:name>
  9.         <em:version>0.3</em:version>
  10.         <em:description>Bypass compulsory web registration with the context menu via www.bugmenot.com.</em:description>
  11.         <em:creator>Eric Hamiter</em:creator>
  12.         <em:homepageURL>http://extensions.roachfiend.com</em:homepageURL>
  13.         <em:iconURL>chrome://bugmenot/skin/bugmenot.png</em:iconURL>
  14.         <em:aboutURL>chrome://bugmenot/content/about.xul</em:aboutURL>
  15.         <em:file>
  16.             <Description about="urn:mozilla:extension:file:bugmenot.jar">
  17.                 <em:package>content/bugmenot/</em:package>
  18.                 <em:skin>skin/classic/bugmenot/</em:skin>
  19.             </Description>
  20.         </em:file>
  21.         
  22.         <em:targetApplication>
  23.             <Description>
  24.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  25.                 <em:minVersion>0.7</em:minVersion>
  26.                 <em:maxVersion>0.9</em:maxVersion>
  27.             </Description>
  28.         </em:targetApplication>
  29.     
  30.     </Description>
  31.  
  32. </RDF>