]> git.ktnx.net Git - icedeb.git/blob - install.rdf
7f7d670ab0b06b4f7b81664ddd31e8609feb3993
[icedeb.git] / install.rdf
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
7     about="urn:mozilla:install-manifest"
8
9     em:name="Custom Button"
10     em:description="My custom toolbar button"
11     em:creator="My name"
12
13     em:id="custom-toolbar-button@example.com"
14     em:version="1.0"
15     em:homepageURL="http://developer.mozilla.org/en/docs/Custom_Toolbar_Button"
16
17     em:iconURL="chrome://custombutton/content/icon.png" >
18
19     <em:targetApplication><!-- Firefox -->
20       <Description
21         em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
22         em:minVersion="1.4"
23         em:maxVersion="99" />
24     </em:targetApplication>
25
26     <em:file>
27       <Description
28         about="urn:mozilla:extension:custombutton"
29         em:package="content/custombutton/" />
30     </em:file>
31
32   </Description>
33
34 </RDF>
35