home *** CD-ROM | disk | FTP | other *** search
/ ftp.rsa.com / 2014.05.ftp.rsa.com.tar / ftp.rsa.com / pub / agents / mozilla / rsatoolbar.xpi / install.rdf < prev    next >
Extensible Markup Language  |  2007-12-12  |  1KB  |  38 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.   
  8.   <em:creator>RSA Security, Inc.</em:creator>
  9.   <em:description>A Firefox toolbar providing RSA functionality.</em:description>
  10.   <em:homepageURL>http://www.rsa.com</em:homepageURL>
  11.   <em:updateURL>http://www.rsa.com/download/products/rsatoolbar/update.rdf</em:updateURL>  
  12.   <em:aboutURL>chrome://rsatoolbar/content/AboutDialog.xul</em:aboutURL>
  13.   <em:id>{8043ecf2-2b42-46f0-8dd3-54c2b481d0bc}</em:id>
  14.   <em:name>RSA SecurID Toolbar</em:name>
  15.   <em:version>1.3.0.0</em:version>
  16.   
  17.   <em:targetApplication>
  18.     <Description>
  19.       <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  20.       <em:minVersion>1.5</em:minVersion>
  21.       <em:maxVersion>9.9</em:maxVersion>
  22.     </Description>
  23.   </em:targetApplication>
  24.   
  25.   <em:file>
  26.     <Description about="urn:mozilla:extension:file:rsatoolbar.jar">
  27.       <em:package>content/</em:package>
  28.       <em:skin>skin/</em:skin>
  29.       <em:locale>locale/en-US/</em:locale>
  30.     </Description>
  31.   </em:file>
  32.  
  33.   <em:iconURL>chrome://rsatoolbar/skin/token32.png</em:iconURL> 
  34.  
  35.   </Description>
  36.   
  37. </RDF>
  38.