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 incompatible with the XPCShell test suite and
4 has binary components, so won't be compatible-by-default. -->
5 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
8 <Description about="urn:mozilla:install-manifest">
9 <em:id>addon5@tests.mozilla.org</em:id>
10 <em:version>1.0</em:version>
12 <!-- Front End MetaData -->
13 <em:name>Real Test 5</em:name>
14 <em:description>Test Description</em:description>
15 <em:unpack>true</em:unpack>
17 <em:targetApplication>
18 <Description>
19 <em:id>xpcshell@tests.mozilla.org</em:id>
20 <em:minVersion>0</em:minVersion>
21 <em:maxVersion>0</em:maxVersion>
22 </Description>
23 </em:targetApplication>
25 </Description>
26 </RDF>