mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
|
<?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>coverage@l10n.mozilla.com</em:id>
|
||
|
#expand <em:version>__EXTENSION_VERSION__</em:version>
|
||
|
<em:type>2</em:type>
|
||
|
|
||
|
<!-- Target Application this extension can install into,
|
||
|
with minimum and maximum supported versions. -->
|
||
|
<em:targetApplication>
|
||
|
<Description>
|
||
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
||
|
<em:minVersion>2.0</em:minVersion>
|
||
|
<em:maxVersion>2.0.*</em:maxVersion>
|
||
|
</Description>
|
||
|
</em:targetApplication>
|
||
|
|
||
|
<!-- Front End MetaData -->
|
||
|
<em:name>Coverage tester</em:name>
|
||
|
<em:description>Triggers lots of UI to see if errors pop up.</em:description>
|
||
|
<em:creator>Axel Hecht <l10n@mozilla.com></em:creator>
|
||
|
<em:homepageURL>http://wiki.mozilla.org/SoftwareTesting:Tools:L10n:Coverage</em:homepageURL>
|
||
|
</Description>
|
||
|
</RDF>
|