mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-21 03:48:43 +00:00
25 lines
728 B
XML
25 lines
728 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>tel-signed-xpi@tests.mozilla.org</em:id>
|
|
<em:version>1.0</em:version>
|
|
|
|
<em:targetApplication>
|
|
<Description>
|
|
<em:id>toolkit@mozilla.org</em:id>
|
|
<em:minVersion>0</em:minVersion>
|
|
<em:maxVersion>*</em:maxVersion>
|
|
</Description>
|
|
</em:targetApplication>
|
|
|
|
<!-- Front End MetaData -->
|
|
<em:name>XPI Telemetry Signed Test</em:name>
|
|
<em:description>A signed addon which gets enabled without a reboot.</em:description>
|
|
<em:bootstrap>true</em:bootstrap>
|
|
|
|
</Description>
|
|
</RDF>
|