Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 4a98833

Browse files
committed
test
1 parent eaaf250 commit 4a98833

File tree

2 files changed

+48
-11
lines changed

2 files changed

+48
-11
lines changed

updates.rdf

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4+
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
5+
6+
<RDF:Description about="urn:mozilla:extension:ClassicThemeRestorer@ArisT2Noia4dev">
7+
<em:updates>
8+
<RDF:Seq>
9+
10+
<RDF:li>
11+
<RDF:Description>
12+
<em:version>1.7.5</em:version>
13+
14+
<em:targetApplication>
15+
<RDF:Description>
16+
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
17+
<em:minVersion>45.*</em:minVersion>
18+
<em:maxVersion>62.*</em:maxVersion>
19+
20+
<em:updateLink>https://github.com/Aris-t2/ClassicThemeRestorer/releases/download/1.7.5/CTR_v1.7.5.xpi</em:updateLink>
21+
22+
</RDF:Description>
23+
</em:targetApplication>
24+
</RDF:Description>
25+
</RDF:li>
26+
27+
<RDF:li>
28+
<RDF:Description>
29+
<em:version>1.7.6</em:version>
30+
31+
<em:targetApplication>
32+
<RDF:Description>
33+
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
34+
<em:minVersion>45.*</em:minVersion>
35+
<em:maxVersion>62.*</em:maxVersion>
36+
37+
<em:updateLink>https://github.com/Aris-t2/ClassicThemeRestorer/releases/download/1.7.6/CTR_v1.7.6.xpi</em:updateLink>
38+
39+
</RDF:Description>
40+
</em:targetApplication>
41+
</RDF:Description>
42+
</RDF:li>
43+
44+
</RDF:Seq>
45+
</em:updates>
46+
47+
</RDF:Description>
48+
</RDF:RDF>

updatesB.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)