forked from wshanks/pentadactyl-signed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate.rdf
23 lines (23 loc) · 1.11 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
<?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#">
<rdf:Description rdf:about="urn:mozilla:extension:[email protected]">
<em:updates>
<rdf:Seq>
<rdf:li>
<rdf:Description>
<em:version>7300</em:version>
<em:targetApplication>
<rdf:Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>34.0</em:minVersion>
<em:maxVersion>52.0</em:maxVersion>
<em:updateLink>https://github.com/willsALMANJ/pentadactyl-signed/releases/download/7300/pentadactyl-signed-7300.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>
</rdf:Description>
</rdf:li>
</rdf:Seq>
</em:updates>
</rdf:Description>
</rdf:RDF>