Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
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>