mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 14:15:30 +00:00
eabc3b3481
--HG-- extra : rebase_source : 535a75a745b3e1b9b9ccb5013f77b889d7283867
25 lines
721 B
XML
25 lines
721 B
XML
<?xml version="1.0"?>
|
|
|
|
<!-- An extension that has a compatibility override making it incompatible. -->
|
|
<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>addon6@tests.mozilla.org</em:id>
|
|
<em:version>1.0</em:version>
|
|
|
|
<!-- Front End MetaData -->
|
|
<em:name>Addon Test 6</em:name>
|
|
<em:description>Test Description</em:description>
|
|
|
|
<em:targetApplication>
|
|
<Description>
|
|
<em:id>xpcshell@tests.mozilla.org</em:id>
|
|
<em:minVersion>1</em:minVersion>
|
|
<em:maxVersion>1</em:maxVersion>
|
|
</Description>
|
|
</em:targetApplication>
|
|
|
|
</Description>
|
|
</RDF>
|