-
Notifications
You must be signed in to change notification settings - Fork 9
/
update.xml
54 lines (54 loc) · 2.13 KB
/
update.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE RDF [
<!ENTITY updateVersion "1.28">
<!ENTITY updateURL "https://github.com/martok/palefill/releases/download/v1.28/palefill-1.28.xpi">
]>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:extension:[email protected]">
<em:updates>
<Seq>
<li>
<Description>
<em:version>&updateVersion;</em:version>
<!-- Pale Moon -->
<em:targetApplication>
<Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>28.10.0</em:minVersion>
<em:maxVersion>35.*</em:maxVersion>
<em:updateLink>&updateURL;</em:updateLink>
</Description>
</em:targetApplication>
<!-- Basilisk / Iceweasel-UXP / Serpent/moebius -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>52.9.0</em:minVersion>
<em:maxVersion>55.9.*</em:maxVersion>
<em:updateLink>&updateURL;</em:updateLink>
</Description>
</em:targetApplication>
<!-- SeaMonkey -->
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.53.4</em:minVersion>
<em:maxVersion>2.53.*</em:maxVersion>
<em:updateLink>&updateURL;</em:updateLink>
</Description>
</em:targetApplication>
<!-- Generic UXP -->
<em:targetApplication>
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>4.8.2</em:minVersion>
<em:maxVersion>10.*</em:maxVersion>
<em:updateLink>&updateURL;</em:updateLink>
</Description>
</em:targetApplication>
</Description>
</li>
</Seq>
</em:updates>
</Description>
</RDF>