]> git.ktnx.net Git - icedeb.git/blob - install.rdf
use Debian swirl for the icon
[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="Debian buttons"
10     em:description="Collection of buttons for querying Debian-related pages using the text in the clipboard"
11     em:creator="Damyan Ivanov"
12
13     em:id="{8fb11c5b-84eb-4da0-9128-292eacce2dcb}"
14     em:version="0.5"
15     em:homepageURL=""
16
17     em:iconURL="chrome://icedeb/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="3.0.*" />
24     </em:targetApplication>
25
26     <em:file>
27       <Description
28         about="urn:mozilla:extension:icedeb"
29         em:package="content/icedeb/" />
30     </em:file>
31
32   </Description>
33
34 </RDF>
35