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>test-plugin-from-xpi@tests.mozilla.org</em:id>
8 <em:version>1</em:version>
9 <em:name>Test plugin from XPI</em:name>
10 <em:description>This tests shipping a plugin through an extensions.</em:description>
12 <em:targetApplication>
13 <Description>
14 <em:id>toolkit@mozilla.org</em:id>
15 <em:minVersion>0</em:minVersion>
16 <em:maxVersion>*</em:maxVersion>
17 </Description>
18 </em:targetApplication>
20 <em:unpack>true</em:unpack>
22 </Description>
23 </RDF>