home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 March / PCpro_2006_03.ISO / files / freeware / greasemonkey-0.6.4-fx.xpi / install.rdf < prev    next >
Encoding:
Extensible Markup Language  |  2005-11-30  |  1.8 KB  |  44 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.  
  7.   <Description about="urn:mozilla:install-manifest">
  8.  
  9.     <em:name>Greasemonkey</em:name>
  10.     <em:id>{e4a8a97b-f2ed-450b-b12d-ee082ba24781}</em:id>
  11.     <em:version>0.6.4</em:version>
  12.     <em:description>A User Script Manager for Firefox</em:description>
  13.     <em:creator>Aaron Boodman; http://youngpup.net/</em:creator>
  14.     <em:contributor>David Schontzler; http://stilleye.com/</em:contributor>
  15.     <em:contributor>Matthew Gray; http://mkgray.com:8000/</em:contributor>
  16.     <em:contributor>Jeremy Dunck; http://dunck.us/anabasis/</em:contributor>
  17.     <em:contributor>Nikolas Coukouma; http://atrus.org/</em:contributor>
  18.     <em:contributor>Mark Pilgrim,; http://diveintomark.org</em:contributor> 
  19.     <em:contributor>Gareth Andrew; http://freegarethandrew.org</em:contributor>
  20.     <em:contributor>Ori Avtallon; n/a</em:contributor>
  21.     <em:contributor>JP Sugarbroad; n/a</em:contributor>
  22.     <em:contributor>Anthony Lieuallen; http://arantius.com</em:contributor>
  23.     <em:homepageURL>http://greasemonkey.mozdev.org/</em:homepageURL>
  24.     <em:optionsURL>chrome://greasemonkey/content/manage.xul</em:optionsURL>
  25.     <em:iconURL>chrome://greasemonkey/content/status_on.gif</em:iconURL>
  26.  
  27.     <em:targetApplication>
  28.       <Description>
  29.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  30.         <em:minVersion>1.5</em:minVersion>
  31.         <em:maxVersion>1.5.0.*</em:maxVersion>
  32.       </Description>
  33.     </em:targetApplication> 
  34.  
  35.     <em:file>
  36.       <Description about="urn:mozilla:extension:file:greasemonkey">
  37.         <em:package>content/</em:package>
  38.       </Description>
  39.     </em:file>
  40.  
  41.   </Description>
  42.  
  43. </RDF>
  44.