mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
24
services/sync/tps/extensions/mozmill/install.rdf
Normal file
24
services/sync/tps/extensions/mozmill/install.rdf
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue