forked from downthemall/downthemall-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
update.rdf
60 lines (49 loc) · 2.57 KB
/
update.rdf
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
<?xml version="1.0" encoding="UTF-8"?>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<!-- This Description resource includes all the update and compatibility information for
a single add-on with the id [email protected]. You can list multiple
add-ons information in the same RDF file.{DDC359D1-844A-42a7-9AA1-88A850A938A8} -->
<RDF:Description about="urn:mozilla:extension:[email protected]">
<em:updates>
<RDF:Seq>
<!-- Each RDF:li is a different version of the same add-on -->
<RDF:li>
<RDF:Description>
<em:version>2024.01.21</em:version> <!-- This is the version number of the add-on -->
<!-- One targetApplication for each application the add-on is compatible with -->
<!-- Firefox, Firefox ESR, Firefox DEV Edition, Basilisk, Waterfox Classic -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>45.0</em:minVersion>
<em:maxVersion>56.*</em:maxVersion>
<!-- This is where this version of the add-on will be downloaded from -->
<em:updateLink>https://github.com/minch-dev/DownTheMoon/releases/download/latest/down-the-moon.xpi</em:updateLink>
<!-- A page describing what is new in this updated version -->
<!--em:updateInfoURL>https://raw.githubusercontent.com/minch-dev/DownTheMoon/master/README.md</em:updateInfoURL-->
</Description>
</em:targetApplication>
<!-- Pale Moon -->
<em:targetApplication>
<Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>0.0</em:minVersion>
<em:maxVersion>31.*</em:maxVersion>
<em:updateLink>https://github.com/minch-dev/DownTheMoon/releases/download/latest/down-the-moon.xpi</em:updateLink>
<!-- A page describing what is new in this updated version -->
<!--em:updateInfoURL>https://raw.githubusercontent.com/minch-dev/DownTheMoon/master/README.md</em:updateInfoURL-->
</Description>
</em:targetApplication>
</RDF:Description>
</RDF:li>
</RDF:Seq>
</em:updates>
<!-- A signature is only necessary if your add-on includes an updateKey
in its install.rdf. -->
<!--em:signature>MIGTMA0GCSqGSIb3DQEBBQUAA4GBAMO1O2gwSCCth1GwYMgscfaNakpN40PJfOWt
ub2HVdg8+OXMciF8d/9eVWm8eH/IxuxyZlmRZTs3O5tv9eWAY5uBCtqDf1WgTsGk
jrgZow1fITkZI7w0//C8eKdMLAtGueGfNs2IlTd5P/0KH/hf1rPc1wUqEqKCd4+L
BcVq13ad</em:signature-->
</RDF:Description>
</RDF:RDF>