mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
24 lines
842 B
XML
24 lines
842 B
XML
<?xml version="1.0"?>
|
|
<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:install-manifest">
|
|
<em:id>mozmill@mozilla.com</em:id>
|
|
<em:name>Mozmill</em:name>
|
|
<em:version>2.0.8</em:version>
|
|
<em:description>UI Automation tool for Mozilla applications</em:description>
|
|
<em:unpack>true</em:unpack>
|
|
|
|
<em:creator>Mozilla Automation and Testing Team</em:creator>
|
|
<em:contributor>Adam Christian</em:contributor>
|
|
<em:contributor>Mikeal Rogers</em:contributor>
|
|
|
|
<em:targetApplication>
|
|
<Description>
|
|
<em:id>toolkit@mozilla.org</em:id>
|
|
<em:minVersion>10.0</em:minVersion>
|
|
<em:maxVersion>38.*</em:maxVersion>
|
|
</Description>
|
|
</em:targetApplication>
|
|
</Description>
|
|
</RDF>
|