home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 123 / cdrom123.iso / essenc / extens / efore / ForecastFox.xpi / install.rdf
Encoding:
Extensible Markup Language  |  2004-10-16  |  1.5 KB  |  38 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.   <Description about="urn:mozilla:install-manifest">
  5.     <em:id>{BA8E053E-2867-4772-B9F0-26A5979AFA09}</em:id>
  6.     <em:version>0.5.1</em:version>
  7.     <!-- Target Application this extension can install into --> 
  8.     <em:targetApplication>
  9.       <Description>
  10.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  11.         <em:minVersion>0.10</em:minVersion>
  12.         <em:maxVersion>1.0</em:maxVersion>
  13.       </Description>
  14.     </em:targetApplication>
  15.  
  16.     <!-- Front End MetaData -->
  17.     <em:name>WeatherFox</em:name>
  18.     <em:description>Get the weather in any toolbar or statusbar!</em:description>
  19.     <em:creator>Jon Stritar</em:creator>
  20.     <em:contributor>Richard Klein</em:contributor>
  21.     <em:homepageURL>http://weatherfox.mozdev.org/</em:homepageURL>
  22.  
  23.     <!-- Front End Integration Hooks (used by Extension Manager)-->
  24.     <em:optionsURL>chrome://weatherfox/content/options.xul</em:optionsURL>
  25.     <em:iconURL>chrome://weatherfox/skin/icon.png</em:iconURL>  
  26.     <em:aboutURL>chrome://weatherfox/content/about.xul</em:aboutURL>
  27.  
  28.     <!-- Packages, Skins and Locales that this extension registers -->
  29.     <em:file>
  30.       <Description about="urn:mozilla:extension:file:weatherfox.jar">
  31.         <em:package>content/weatherfox/</em:package>
  32.         <em:skin>skin/classic/weatherfox/</em:skin>
  33.         <em:locale>locale/en-US/weatherfox/</em:locale>
  34.       </Description>
  35.     </em:file>
  36.  
  37.   </Description>
  38. </RDF>