home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 123 / cdrom123.iso / essenc / extens / wcolor / ColorZilla.xpi / install.rdf < prev   
Encoding:
Extensible Markup Language  |  2004-10-21  |  1.7 KB  |  48 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>{6AC85730-7D0F-4de0-B3FA-21142DD85326}</em:id>
  8.     <em:version>0.6.5</em:version>
  9.     
  10.     <!-- Target Application - Firefox -->
  11.     <em:targetApplication>
  12.        <Description>
  13.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  14.     <em:minVersion>0.9</em:minVersion>
  15.         <em:maxVersion>1.0</em:maxVersion>
  16.       </Description>
  17.     </em:targetApplication>
  18.  
  19.     <!-- Target Application - Mozilla -->
  20.     <em:targetApplication>
  21.      <Description>
  22.        <em:id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</em:id>
  23.        <em:minVersion>1.6</em:minVersion>
  24.        <em:maxVersion>1.7</em:maxVersion>
  25.      </Description>
  26.     </em:targetApplication>
  27.  
  28.     
  29.     <!-- Front End MetaData -->
  30.     <em:name>ColorZilla</em:name>
  31.     <em:description>Advanced Eyedropper, ColorPicker, Page Zoomer and other colorful goodies.</em:description>
  32.     <em:creator>Alex Sirota</em:creator>
  33.     <em:homepageURL>http://www.iosart.com/firefox/colorzilla/</em:homepageURL>
  34.     <em:iconURL>chrome://colorzilla/skin/logo.png</em:iconURL>
  35.     <em:aboutURL>chrome://colorzilla/content/about.xul</em:aboutURL>
  36.     <em:optionsURL>chrome://colorzilla/content/about.xul</em:optionsURL>
  37.         
  38.     <!-- Packages, Skins and Locales that this extension registers -->
  39.     <em:file>
  40.     <Description about="urn:mozilla:extension:file:colorzilla.jar">
  41.         <em:package>content/</em:package>
  42.         <em:locale>locale/en-US/</em:locale>
  43.     <em:skin>skin/classic/</em:skin>
  44.       </Description>
  45.     </em:file>
  46.   </Description>      
  47. </RDF>
  48.