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 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
6 <Description about="urn:mozilla:install-manifest">
7 <em:id>bug371495@tests.mozilla.org</em:id>
8 <em:version>1.0</em:version>
10 <em:targetApplication>
11 <Description>
12 <em:id>xpcshell@tests.mozilla.org</em:id>
13 <em:minVersion>1</em:minVersion>
14 <em:maxVersion>1</em:maxVersion>
15 </Description>
16 </em:targetApplication>
18 <!-- Front End MetaData -->
19 <em:name>Test theme</em:name>
20 <em:type>4</em:type>
21 <em:internalName>test/1.0</em:internalName>
22 <em:optionsURL>chrome://foo/content/bar.xul</em:optionsURL>
23 <em:aboutURL>chrome://foo/content/bar.xul</em:aboutURL>
25 </Description>
26 </RDF>