-
Notifications
You must be signed in to change notification settings - Fork 1
/
update.rdf
24 lines (22 loc) · 959 Bytes
/
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
<?xml version="1.0"?>
<RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<RDF:Description about="urn:mozilla:extension:tsvnmenu@pumacode.org">
<em:updates>
<RDF:Seq>
<RDF:li resource="urn:mozilla:extension:tsvnmenu@pumacode.org"/>
</RDF:Seq>
</em:updates>
</RDF:Description>
<RDF:Description about="urn:mozilla:extension:tsvnmenu@pumacode.org">
<em:version>0.2.5</em:version>
<em:targetApplication>
<RDF:Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:maxVersion>3.6.*</em:maxVersion>
<em:minVersion>1.4</em:minVersion>
<em:updateLink>http://www.pumacode.org/download/tsvnmenu/tsvnmenu.xpi</em:updateLink>
</RDF:Description>
</em:targetApplication>
</RDF:Description>
</RDF:RDF>