mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 11:18:39 +09:00
25 lines
736 B
XML
25 lines
736 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>remote1@tests.mozilla.org</em:id>
|
|
<em:version>1.0</em:version>
|
|
<em:type>2</em:type>
|
|
<em:bootstrap>true</em:bootstrap>
|
|
|
|
<em:targetApplication>
|
|
<Description>
|
|
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
|
|
<em:minVersion>0</em:minVersion>
|
|
<em:maxVersion>*</em:maxVersion>
|
|
</Description>
|
|
</em:targetApplication>
|
|
|
|
<!-- Front End MetaData -->
|
|
<em:name>PASS - b - installed</em:name>
|
|
<em:description>Test sumary - SEARCH SEARCH</em:description>
|
|
|
|
</Description>
|
|
</RDF>
|