mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-02 07:30:08 +00:00
24 lines
689 B
XML
24 lines
689 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>test-plugin-from-xpi@tests.mozilla.org</em:id>
|
|
<em:version>1</em:version>
|
|
<em:name>Test plugin from XPI</em:name>
|
|
<em:description>This tests shipping a plugin through an extensions.</em:description>
|
|
|
|
<em:targetApplication>
|
|
<Description>
|
|
<em:id>toolkit@mozilla.org</em:id>
|
|
<em:minVersion>0</em:minVersion>
|
|
<em:maxVersion>*</em:maxVersion>
|
|
</Description>
|
|
</em:targetApplication>
|
|
|
|
<em:unpack>true</em:unpack>
|
|
|
|
</Description>
|
|
</RDF>
|