home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 February / WN_129_CD.iso / Windows / Extensions Firefox / Tweak Network Settings / tweak_network-1.0-fx.xpi / install.rdf next >
Encoding:
Extensible Markup Language  |  2004-10-17  |  1.1 KB  |  31 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>{DAD0F81A-CF67-4eed-98D6-26F6E47274CA}</em:id>
  8.         <em:name>Tweak Network</em:name>
  9.         <em:version>1.0</em:version>
  10.         <em:description>Tweak network settings.</em:description>
  11.         <em:creator>Edwin Martin</em:creator>
  12.         <em:homepageURL>http://www.bitstorm.org/extensions/</em:homepageURL>
  13.         <em:iconURL>chrome://tweak/skin/tweak-small.png</em:iconURL>
  14.         <em:aboutURL>chrome://tweak/content/about.xul</em:aboutURL>
  15.         <em:updateURL>http://www.bitstorm.org/extensions/update.rdf</em:updateURL>
  16.         <em:file>
  17.             <Description about="urn:mozilla:extension:file:tweak.jar">
  18.                 <em:package>content/</em:package>
  19.                 <em:skin>skin/classic/</em:skin>
  20.             </Description>
  21.         </em:file>
  22.  
  23.         <em:targetApplication>
  24.             <Description>
  25.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  26.                 <em:minVersion>0.9</em:minVersion>
  27.                 <em:maxVersion>1.0</em:maxVersion>
  28.             </Description>
  29.         </em:targetApplication>
  30.     </Description>
  31. </RDF>