mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 02:40:33 +09:00
16 lines
476 B
XML
16 lines
476 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>telemetry-theme@tests.mozilla.org</em:id>
|
|
<em:version>1</em:version>
|
|
<em:type>4</em:type>
|
|
|
|
<!-- Front End MetaData -->
|
|
<em:name>Telemetry test theme</em:name>
|
|
<em:description>A good looking test theme for Telemetry.</em:description>
|
|
|
|
</Description>
|
|
</RDF>
|