mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 03:43:16 +09:00
27 lines
932 B
XML
27 lines
932 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:addon1@tests.mozilla.org">
|
|
<em:updates>
|
|
<Seq>
|
|
<li>
|
|
<Description>
|
|
<em:version>2.0</em:version>
|
|
<em:targetApplication>
|
|
<Description>
|
|
<em:id>toolkit@mozilla.org</em:id>
|
|
<em:minVersion>0</em:minVersion>
|
|
<em:maxVersion>*</em:maxVersion>
|
|
<em:updateLink>https://example.com/browser/toolkit/mozapps/extensions/test/browser/browser_install1_3.xpi</em:updateLink>
|
|
<em:updateHash>sha1:6760e51269941245105a17076afeb5f45621de0e</em:updateHash>
|
|
</Description>
|
|
</em:targetApplication>
|
|
</Description>
|
|
</li>
|
|
</Seq>
|
|
</em:updates>
|
|
</Description>
|
|
|
|
</RDF>
|