home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 June / PCpro_2007_06.ISO / files / heftdateien / firefox / print_hint-0.3-fx.xpi / install.rdf
Encoding:
Extensible Markup Language  |  2007-01-04  |  1.3 KB  |  32 lines

  1. <?xml version="1.0"?>
  2. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3.    xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  4. <Description about="urn:mozilla:install-manifest">
  5.     <em:creator>Tony Murray</em:creator> 
  6.     <em:contributor>Eoghan Murray</em:contributor>
  7.     <em:description>Helps you to quickly find printer-friendly versions of webpages</em:description>
  8.       <em:homepageURL>http://www.ruadesign.org/firefox/</em:homepageURL>
  9.     <em:id>{4ca88e02-7bbb-43fe-ae41-5103893fa10c}</em:id>
  10.       <em:name>Print Hint</em:name>
  11.       <em:version>0.3</em:version>
  12.       <em:targetApplication>
  13.         <Description>
  14.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  15.         <em:minVersion>2.0</em:minVersion>
  16.         <em:maxVersion>2.0.0.*</em:maxVersion>
  17.         </Description>
  18.     </em:targetApplication>
  19.     <em:aboutURL>chrome://printhint/content/about.xul</em:aboutURL>
  20.     <em:optionsURL>chrome://printhint/content/printhint_prefs.xul</em:optionsURL>
  21.     <em:iconURL>chrome://printhint/skin/printer.png</em:iconURL>
  22.     <!-- Packages, Skins and Locales that this extension registers - only one language so far!  -->
  23.     <em:file>
  24.         <Description about="urn:mozilla:extension:file:printhint.jar">
  25.         <em:package>content/</em:package>
  26.         <em:locale>locale/en-US/</em:locale>
  27.         <em:skin>skin/classic/</em:skin>
  28.         </Description>
  29.     </em:file>
  30.  </Description>
  31. </RDF>
  32.