|
1 <?xml version="1.0"?> |
|
2 |
|
3 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
|
4 xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
|
5 |
|
6 <Description about="urn:mozilla:install-manifest"> |
|
7 <em:id>bug371495@tests.mozilla.org</em:id> |
|
8 <em:version>1.0</em:version> |
|
9 |
|
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> |
|
17 |
|
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> |
|
24 |
|
25 </Description> |
|
26 </RDF> |