Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <?xml version="1.0"?>
3 <!-- An extension that is compatible with the XPCShell test suite -->
4 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
5 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
7 <Description about="urn:mozilla:install-manifest">
8 <em:id>addon2@tests.mozilla.org</em:id>
9 <em:version>2.0</em:version>
11 <!-- Front End MetaData -->
12 <em:name>Real Test 2</em:name>
13 <em:description>Test Description</em:description>
15 <em:targetApplication>
16 <Description>
17 <em:id>xpcshell@tests.mozilla.org</em:id>
18 <em:minVersion>1</em:minVersion>
19 <em:maxVersion>1</em:maxVersion>
20 </Description>
21 </em:targetApplication>
23 </Description>
24 </RDF>