root/branches/maierman/manager-trees/install.rdf

Revision 388, 1.1 kB (checked in by MaierMan, 2 years ago)

refactoring

Line 
1 <?xml version="1.0"?>
2 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.mozilla.org/2004/em-rdf#">
3   <rdf:Description about="urn:mozilla:install-manifest">
4    
5     <id>dta@downthemall.net</id>
6     <name>DownThemAll!</name>
7     <description>The mass downloader for Firefox.</description>
8     <version>1.0a1</version>
9
10     <creator>Federico Parodi</creator>
11     <creator>Stefano Verna</creator>
12     <creator>Nils Maier</creator>
13
14     <developer>Federico Parodi</developer>
15     <developer>Stefano Verna</developer>
16     <developer>Nils Maier</developer>
17    
18     <aboutURL>chrome://dta/content/about/about.xul</aboutURL>
19     <iconURL>chrome://dta/skin/common/icon.png</iconURL>
20     <homepageURL>http://downthemall.net/</homepageURL>
21     <optionsURL>chrome://dta/content/preferences/prefs.xul</optionsURL>
22    
23     <!-- Firefox -->
24     <targetApplication>
25       <rdf:Description>
26         <id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
27         <minVersion>2.0.</minVersion>
28         <maxVersion>3.0.*</maxVersion>
29       </rdf:Description>
30     </targetApplication>
31    
32   </rdf:Description>
33 </rdf:RDF>
Note: See TracBrowser for help on using the browser.