mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-29 06:38:27 +00:00
27 lines
812 B
XML
27 lines
812 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
|
|
|
|
<Description about="urn:mozilla:extension:updatemulti@tests.mozilla.org">
|
|
<em:updates>
|
|
<Seq>
|
|
<li>
|
|
<Description>
|
|
<em:version>2.0</em:version>
|
|
<em:targetApplication>
|
|
<Description>
|
|
<em:id>xpcshell@tests.mozilla.org</em:id>
|
|
<em:minVersion>1</em:minVersion>
|
|
<em:maxVersion>1</em:maxVersion>
|
|
<em:updateLink>http://localhost:4444/addons/test_update_multi2.xpi</em:updateLink>
|
|
</Description>
|
|
</em:targetApplication>
|
|
</Description>
|
|
</li>
|
|
</Seq>
|
|
</em:updates>
|
|
</Description>
|
|
|
|
</RDF>
|