home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Multimedia / Songbird / Songbird_2.0.0-2311_windows-i686-msvc8.exe / extensions / albumart@songbirdnest.com / install.rdf < prev   
Extensible Markup Language  |  2012-06-08  |  2KB  |  58 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!-- ***************************************************************************
  4.  *******************************************************************************
  5.  *
  6.  * Copyright(c) 2005-2008 POTI, Inc.
  7.  * http://songbirdnest.com
  8.  *
  9.  * For information about the licensing and copyright of this Add-On please
  10.  * contact POTI, Inc. at customer@songbirdnest.com.
  11.  *
  12.  *******************************************************************************
  13.  *
  14.  * Install file for the AlbumArt extension.
  15.  *
  16.  *******************************************************************************
  17.  *************************************************************************** -->
  18. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  19.      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  20.      xmlns:em="http://www.mozilla.org/2004/em-rdf#"
  21.      xmlns:songbird="http://www.songbirdnest.com/2007/addon-metadata-rdf#">
  22.  
  23.   <Description about="urn:mozilla:install-manifest">
  24.  
  25.     <!-- Songbird target application. -->
  26.     <em:targetApplication>
  27.       <Description>
  28.         <em:id>songbird@songbirdnest.com</em:id>
  29.         <em:minVersion>2.0.0</em:minVersion>
  30.         <em:maxVersion>2.0.0</em:maxVersion>
  31.       </Description>
  32.     </em:targetApplication>
  33.  
  34.     <em:id>albumart@songbirdnest.com</em:id>
  35.     <em:name>Artwork Extras</em:name>
  36.     <em:iconURL>chrome://albumart/skin/icon-albumart.png</em:iconURL>
  37.     <em:description>Artwork Extras for Songbird.</em:description>
  38.     <em:creator>POTI, Inc.</em:creator>
  39.     <em:version>1.0.13pre.2311</em:version>
  40.     <em:homepageURL>http://www.songbirdnest.com/</em:homepageURL>
  41.  
  42.     <songbird:displayPane>
  43.         <Description>
  44.             <songbird:contentUrl>chrome://albumart/content/albumArtPane.xul</songbird:contentUrl>
  45.             <songbird:contentTitle>Artwork</songbird:contentTitle>
  46.             <songbird:contentIcon>chrome://albumart/skin/icon-albumart.png</songbird:contentIcon>
  47.             <songbird:defaultWidth>178</songbird:defaultWidth>
  48.             <songbird:defaultHeight>178</songbird:defaultHeight>
  49.             <songbird:suggestedContentGroups>servicepane</songbird:suggestedContentGroups>
  50.             <songbird:showOnInstall>true</songbird:showOnInstall>
  51.         </Description>
  52.     </songbird:displayPane>
  53.  
  54.     <em:hidden>true</em:hidden>
  55.     <em:appManaged>true</em:appManaged>
  56.   </Description>
  57. </RDF>
  58.