mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 01:54:11 +01:00
27 lines
939 B
XML
27 lines
939 B
XML
<?xml version="1.0"?>
|
|
<r:RDF xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns="http://www.mozilla.org/2004/em-rdf#">
|
|
<!-- Foo Widget Extension -->
|
|
<r:Description about="urn:mozilla:extension:{f9570b26-e246-4753-9b68-61aa95994237}">
|
|
<updates>
|
|
<r:Seq>
|
|
<r:li>
|
|
<r:Description>
|
|
<version>###VERSION###</version>
|
|
<targetApplication>
|
|
<r:Description>
|
|
<id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
|
|
<minVersion>2.0</minVersion>
|
|
<maxVersion>3.0</maxVersion>
|
|
<updateLink>http://downloads.mozdev.org/vimperator/vimperator_###VERSION###.xpi</updateLink>
|
|
</r:Description>
|
|
</targetApplication>
|
|
</r:Description>
|
|
</r:li>
|
|
</r:Seq>
|
|
</updates>
|
|
<version>###VERSION###</version>
|
|
<updateLink>http://downloads.mozdev.org/vimperator/vimperator-###VERSION###.xpi</updateLink>
|
|
</r:Description>
|
|
</r:RDF>
|