toolkit/mozapps/extensions/test/addons/test_bootstrap1_1/install.rdf

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:1d6a6cde7dbc
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>bootstrap1@tests.mozilla.org</em:id>
8 <em:version>1.0</em:version>
9 <em:bootstrap>true</em:bootstrap>
10
11 <!-- Front End MetaData -->
12 <em:name>Test Bootstrap 1</em:name>
13 <em:description>Test Description</em:description>
14
15 <em:iconURL>chrome://foo/skin/icon.png</em:iconURL>
16 <em:aboutURL>chrome://foo/content/about.xul</em:aboutURL>
17 <em:optionsURL>chrome://foo/content/options.xul</em:optionsURL>
18
19 <em:targetApplication>
20 <Description>
21 <em:id>xpcshell@tests.mozilla.org</em:id>
22 <em:minVersion>1</em:minVersion>
23 <em:maxVersion>1</em:maxVersion>
24 </Description>
25 </em:targetApplication>
26
27 </Description>
28 </RDF>

mercurial