-
Notifications
You must be signed in to change notification settings - Fork 3
/
update.rdf.template
77 lines (67 loc) · 2.21 KB
/
update.rdf.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version='1.0'?>
<r:RDF xmlns:r='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns='http://www.mozilla.org/2004/em-rdf#'>
<r:Description r:about='urn:mozilla:extension:mozunit@hyperstruct.net'>
<updates>
<r:Seq>
<r:li>
<r:Description>
<version/>
<!-- firefox -->
<targetApplication>
<r:Description>
<id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
<minVersion>1.5</minVersion>
<maxVersion>3.1.*</maxVersion>
<updateLink/>
<updateHash/>
</r:Description>
</targetApplication>
<!-- flock -->
<targetApplication>
<Description>
<id>{a463f10c-3994-11da-9945-000d60ca027b}</id>
<maxVersion>1.0</maxVersion>
<minVersion>0.4</minVersion>
<updateLink/>
<updateHash/>
</Description>
</targetApplication>
<!-- thunderbird -->
<targetApplication>
<Description>
<id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</id>
<minVersion>1.5</minVersion>
<maxVersion>2.0.0.*</maxVersion>
<updateLink/>
<updateHash/>
</Description>
</targetApplication>
<!-- songbird -->
<targetApplication>
<Description>
<id>songbird@songbirdnest.com</id>
<minVersion>0.2</minVersion>
<maxVersion>1.0+</maxVersion>
<updateLink/>
<updateHash/>
</Description>
</targetApplication>
<!-- toolkit -->
<targetApplication>
<Description>
<id>toolkit@mozilla.org</id>
<minVersion>1.8</minVersion>
<maxVersion>1.9.0.*</maxVersion>
<updateLink/>
<updateHash/>
</Description>
</targetApplication>
</r:Description>
</r:li>
</r:Seq>
</updates>
<version/>
<updateLink/>
<updateHash/>
</r:Description>
</r:RDF>