root/releases/1.0/install.rdf

Revision 803, 2.0 kB (checked in by MaierMan, 10 months ago)

Changes required for AMO

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.0</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.0.8</minVersion>
28         <maxVersion>3.0b3</maxVersion>
29       </rdf:Description>
30     </targetApplication>
31
32     <!-- Thunderbird -->
33     <targetApplication>
34       <rdf:Description>
35         <id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</id>
36         <minVersion>2.0.0.8</minVersion>
37         <maxVersion>3.0a1</maxVersion>
38       </rdf:Description>
39     </targetApplication>
40
41     <!-- Seamonkey -->
42     <targetApplication>
43       <rdf:Description>
44         <id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</id>
45         <minVersion>2.0a1</minVersion>
46         <maxVersion>2.0a</maxVersion>
47       </rdf:Description>
48     </targetApplication>
49    
50     <!-- Flock -->
51     <targetApplication>
52       <rdf:Description>
53         <id>{a463f10c-3994-11da-9945-000d60ca027b}</id>
54         <minVersion>1.0</minVersion>
55         <maxVersion>1.0.*</maxVersion>
56       </rdf:Description>
57     </targetApplication>
58    
59     <!-- Songbird -->
60     <targetApplication>
61       <rdf:Description>
62         <id>songbird@songbirdnest.com</id>
63         <minVersion>0.4a</minVersion>
64         <maxVersion>0.5pre</maxVersion>
65       </rdf:Description>
66     </targetApplication>   
67
68   </rdf:Description>
69 </rdf:RDF>
Note: See TracBrowser for help on using the browser.